Input for WinForms | ComponentOne
C1.Framework Namespace / ProgressBarElement Class / ProgressStyle Property

In This Topic
    ProgressStyle Property
    In This Topic
    Gets or sets the Style used to paint the progress bar.
    Syntax
    'Declaration
     
    
    Public Property ProgressStyle As Style
    public Style ProgressStyle {get; set;}
    Remarks
    If this property is set to null, then the progress is painted using the system's current visual theme.
    See Also