Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButton Class / TextAlignment Property


In This Topic
    TextAlignment Property (SideButton)
    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 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