Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonInfo Class / TextAlignment Property


In This Topic
TextAlignment Property (SideButtonInfo)
In This Topic
Gets or sets the alignment of the text with the image.
Syntax
'Declaration
 
Public Property TextAlignment As LeftRightAlignment
 
'Usage
 
Dim instance As SideButtonInfo
Dim value As LeftRightAlignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment

Property Value

A System.Windows.Forms.LeftRightAlignment enumeration, Left means the text is on the left side of the image, Right means the text is on the right side of the image.
See Also