Spread WinForms 15
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()
See Also