Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / AlignVert Property


In This Topic
    AlignVert Property (PSObject)
    In This Topic
    Gets or sets the vertical alignment of the contents of the element.
    Syntax
    'Declaration
     
    
    Public Overrides Property AlignVert As VerticalAlignment
    'Usage
     
    
    Dim instance As PSObject
    Dim value As VerticalAlignment
     
    instance.AlignVert = value
     
    value = instance.AlignVert
    public override VerticalAlignment AlignVert {get; set;}
    See Also