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


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

    Property Value

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