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


In This Topic
TextAlign Property (ButtonCellType)
In This Topic
Gets or sets how the text aligns itself in relation to the button image.
Syntax
'Declaration
 
Public Property TextAlign As ButtonTextAlign
 
'Usage
 
Dim instance As ButtonCellType
Dim value As ButtonTextAlign
 
instance.TextAlign = value
 
value = instance.TextAlign
See Also