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


In This Topic
    VerticalAlignment Property (StyleObjectInfo)
    In This Topic
    Gets or sets the vertical alignment.
    Syntax
    'Declaration
     
    Public Overridable Property VerticalAlignment As VerticalAlignment
    'Usage
     
    Dim instance As StyleObjectInfo
    Dim value As VerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    public virtual VerticalAlignment VerticalAlignment {get; set;}

    Property Value

    The vertical alignment.
    See Also