Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / IElementStyle Interface / AlignVert Property


In This Topic
    AlignVert Property (IElementStyle)
    In This Topic
    Gets or sets the vertical alignment.
    Syntax
    'Declaration
     
    
    Property AlignVert As VerticalAlignment
    'Usage
     
    
    Dim instance As IElementStyle
    Dim value As VerticalAlignment
     
    instance.AlignVert = value
     
    value = instance.AlignVert
    VerticalAlignment AlignVert {get; set;}
    See Also