FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / TextOrientation Property


In This Topic
TextOrientation Property (ElementWithButtons)
In This Topic
Gets or sets the text orientation for the element.
Syntax
'Declaration
 
Public Overridable Property TextOrientation As TextOrientation
 
'Usage
 
Dim instance As ElementWithButtons
Dim value As TextOrientation
 
instance.TextOrientation = value
 
value = instance.TextOrientation
See Also