Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / FpButton Class / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (FpButton)
    In This Topic
    Gets or sets the vertical alignment of text in the button.
    Syntax
    'Declaration
     
    
    Public Property VerticalAlignment As VerticalAlignment
    'Usage
     
    
    Dim instance As FpButton
    Dim value As VerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    public VerticalAlignment VerticalAlignment {get; set;}
    See Also