Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SpreadSurfaceChartView Class / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (SpreadSurfaceChartView)
    In This Topic
    Syntax
    'Declaration
     
    Public Property VerticalAlignment As VerticalAlignment
    'Usage
     
    Dim instance As SpreadSurfaceChartView
    Dim value As VerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    public VerticalAlignment VerticalAlignment {get; set;}
    See Also