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


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

    Property Value

    The vertical alignment of the style.
    See Also