Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsTextWrapSet Method


In This Topic
    IsTextWrapSet Method (ElementStyle)
    In This Topic
    Gets whether the TextWrap property is set.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsTextWrapSet() As Boolean
    'Usage
     
    
    Dim instance As ElementStyle
    Dim value As Boolean
     
    value = instance.IsTextWrapSet()
    public virtual bool IsTextWrapSet()
    See Also