Spread Windows Forms 12.0 Product Documentation
TextAlignment Property (SideButton)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButton Class : TextAlignment Property
Gets or sets the alignment of the text with the image.
Syntax
'Declaration
 
Public Property TextAlignment As LeftRightAlignment
'Usage
 
Dim instance As SideButton
Dim value As LeftRightAlignment
 
instance.TextAlignment = value
 
value = instance.TextAlignment
public LeftRightAlignment TextAlignment {get; set;}

Property Value

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

Reference

SideButton Class
SideButton Members