FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / BaseHeaderFlatStyleRenderer Class / TextAlign Property


In This Topic
TextAlign Property (BaseHeaderFlatStyleRenderer)
In This Topic
Gets or sets how text is aligned relative to the picture in the button.
Syntax
'Declaration
 
Public Property TextAlign As ButtonTextAlign
 
'Usage
 
Dim instance As BaseHeaderFlatStyleRenderer
Dim value As ButtonTextAlign
 
instance.TextAlign = value
 
value = instance.TextAlign
See Also