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


In This Topic
TextOrientation Property (ElementContainerControl)
In This Topic
Gets or sets the orientation of the text in the control.
Syntax
'Declaration
 
Public Overridable Property TextOrientation As TextOrientation
 
'Usage
 
Dim instance As ElementContainerControl
Dim value As TextOrientation
 
instance.TextOrientation = value
 
value = instance.TextOrientation
See Also