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


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