Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / AlternatingStyle Class / VerticalAlignment Property


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