Spread Windows Forms 12.0 Product Documentation
TextAlignment Property (SideButtonInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonInfo 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 SideButtonInfo
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 on the left side of the image, Right means the text is on the right side of the image.
See Also

Reference

SideButtonInfo Class
SideButtonInfo Members