Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / SideButtonInfo Class / ContentAlignment Property


In This Topic
    ContentAlignment Property (SideButtonInfo)
    In This Topic
    Gets or sets the alignment of the image attached to the text (Classical Appearance).
    Syntax
    'Declaration
     
    
    Public Property ContentAlignment As ContentAlignment
    'Usage
     
    
    Dim instance As SideButtonInfo
    Dim value As ContentAlignment
     
    instance.ContentAlignment = value
     
    value = instance.ContentAlignment
    public ContentAlignment ContentAlignment {get; set;}

    Property Value

    A System.Drawing.ContentAlignment that indicates the alignment of the image attached to the text.
    See Also