Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / TextOrientation Property


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