Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IStyle Interface / HorizontalAlignment Property


In This Topic
    HorizontalAlignment Property (IStyle)
    In This Topic
    Gets or sets a horizontal aligment value that represents the horizontal alignment for the style.
    Syntax
    'Declaration
     
    
    Property HorizontalAlignment As HorizontalAlignment
    'Usage
     
    
    Dim instance As IStyle
    Dim value As HorizontalAlignment
     
    instance.HorizontalAlignment = value
     
    value = instance.HorizontalAlignment
    HorizontalAlignment HorizontalAlignment {get; set;}

    Property Value

    A HorizontalAlignment value represents the horizontal alignment.
    See Also