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


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

    Property Value

    A ContentAlignment value indicates the alignment of the content of the ListHeader.
    See Also