Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculatorInfo Class / ContentAlignment Property


In This Topic
    ContentAlignment Property (DropDownCalculatorInfo)
    In This Topic
    Gets or sets a System.Drawing.ContentAlignment value which indicates the alignment of the text.
    Syntax
    'Declaration
     
    
    Public Property ContentAlignment As ContentAlignment
    'Usage
     
    
    Dim instance As DropDownCalculatorInfo
    Dim value As ContentAlignment
     
    instance.ContentAlignment = value
     
    value = instance.ContentAlignment
    public ContentAlignment ContentAlignment {get; set;}

    Property Value

    A System.Drawing.ContentAlignment value.
    The default is System.Drawing.ContentAlignment.MiddleRight.
    Remarks
    This property determines the text alignment of each button.
    See Also