Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IAxisTitle Interface / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (IAxisTitle)
    In This Topic
    Gets or sets a value that represents the vertical alignment for the specified object.
    Syntax
    'Declaration
     
    Property VerticalAlignment As VerticalAlignment
    'Usage
     
    Dim instance As IAxisTitle
    Dim value As VerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    VerticalAlignment VerticalAlignment {get; set;}
    See Also