Enum ProgressBarStyles
This enum represents the ProgressBarAdv foreground style
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ProgressBarStyles
Fields
Name | Description |
---|---|
Constant | The foreground of the ProgressBar will be drawn with a constant color. |
Custom | The foreground of the ProgressBar will be drawn by using the CustomRender class which is inherited from "IProgressBarRenderer" interface. |
Gradient | The foreground of the ProgressBar will be drawn with a gradient brush. |
Image | The foreground of the ProgressBar will be drawn with an image. |
Metro | The foreground of the ProgressBar will be drawn by Metro. |
MultipleGradient | The foreground of the ProgressBar will be drawn with a multiple gradient brush. |
Office2016Black | This option represents the Office2016Black foreground style |
Office2016Colorful | This option represents the Office2016Colorful foreground style |
Office2016DarkGray | This option represents the Office2016DarkGray foreground style |
Office2016White | This option represents the Office2016White foreground style |
System | The foreground of the ProgressBar will be drawn by the system. |
Tube | The foreground of the ProgressBar will be drawn with a vertical tube-like gradient brush. |
WaitingGradient | The foreground of the ProgressBar will be drawn with a moving gradient line. |