ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ProgressBarElement Class / ProgressStyle Property

In This Topic
    ProgressStyle Property (ProgressBarElement)
    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