Enum ProgressBarBackgroundStyles
This enum represents the ProgressBarAdv background styles
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public enum ProgressBarBackgroundStyles
Fields
| Name | Description |
|---|---|
| Gradient | The background is drawn with a gradient brush. |
| Image | The background is drawn with an image. |
| MultipleGradient | The background is drawn with a multiple gradient brush. |
| None | The background is drawn with the Backcolor. |
| Office2016Black | This option represents the Office2016Black background style |
| Office2016Colorful | This option represents the Office2016Colorful background style |
| Office2016DarkGray | This option represents the Office2016DarkGray background style |
| Office2016White | This option represents the Office2016White background style |
| System | The background is drawn by the system. |
| Tube | The background is drawn with a vertical tube-like gradient brush. |
| VerticalGradient | The background is drawn with a vertical gradient brush. |