Class GridProgressBarStyle
Gets or sets the style of the progress bar.
Inheritance
System.Object
GridProgressBarStyle
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public sealed class GridProgressBarStyle : Enum
Fields
Gradient
Specifies that the foreground is drawn with a gradient brush.
Declaration
public const GridProgressBarStyle Gradient
Field Value
| Type |
|---|
| GridProgressBarStyle |
Image
Specifies that the foreground is drawn with an image.
Declaration
public const GridProgressBarStyle Image
Field Value
| Type |
|---|
| GridProgressBarStyle |
MultipleGradient
Specifies that the foreground is drawn with a multiple gradient brush.
Declaration
public const GridProgressBarStyle MultipleGradient
Field Value
| Type |
|---|
| GridProgressBarStyle |
None
Specifies that the foreground is drawn with foreground color.
Declaration
public const GridProgressBarStyle None
Field Value
| Type |
|---|
| GridProgressBarStyle |
Tube
Specifies that the foreground is drawn with a vertical tube-like gradient brush.
Declaration
public const GridProgressBarStyle Tube
Field Value
| Type |
|---|
| GridProgressBarStyle |