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


In This Topic
    Style Property (FpProgress)
    In This Topic
    Gets or sets how the progress indicator is displayed.
    Syntax
    'Declaration
     
    
    Public Property Style As ProgressStyle
    'Usage
     
    
    Dim instance As FpProgress
    Dim value As ProgressStyle
     
    instance.Style = value
     
    value = instance.Style
    public ProgressStyle Style {get; set;}
    See Also