Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColumnHeaderRenderer Class / TextOrientation Property


In This Topic
TextOrientation Property (ColumnHeaderRenderer)
In This Topic
Gets or sets how text orients itself when painting the button.
Syntax
'Declaration
 
Public Property TextOrientation As TextOrientation
 
'Usage
 
Dim instance As ColumnHeaderRenderer
Dim value As TextOrientation
 
instance.TextOrientation = value
 
value = instance.TextOrientation
See Also