Enum GridProgressBarStyle
Gets or sets the style of the progress bar.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum GridProgressBarStyle
Fields
| Name | Description |
|---|---|
| Gradient | Specifies that the foreground is drawn with a gradient brush. |
| Image | Specifies that the foreground is drawn with an image. |
| MultipleGradient | Specifies that the foreground is drawn with a multiple gradient brush. |
| None | Specifies that the foreground is drawn with foreground color. |
| Tube | Specifies that the foreground is drawn with a vertical tube-like gradient brush. |