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


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

    Property Value

    The ContentAlignment value indicates the alignment of the text.
    See Also