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


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

    Property Value

    One of the ContentAlignment values.
    See Also