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


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