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


In This Topic
    ContentAlignment Property (DropDownEditor)
    In This Topic
    Gets or sets the alignment of the content.
    Syntax
    'Declaration
     
    
    Public Property ContentAlignment As ContentAlignment
    'Usage
     
    
    Dim instance As DropDownEditor
    Dim value As ContentAlignment
     
    instance.ContentAlignment = value
     
    value = instance.ContentAlignment
    public ContentAlignment ContentAlignment {get; set;}

    Property Value

    A ContentAlignment value that indicates the content alignment.
    The default is System.Drawing.ContentAlignment.TopLeft.
    See Also