| Visual Basic (Declaration) | |
|---|---|
Public Enum enumDisplayStyle Inherits System.Enum | |
| C# | |
|---|---|
public enum enumDisplayStyle : System.Enum | |
| Member | Description |
|---|---|
| Bar | The progress meter will appear as a solid bar which can display gradient fills. The color is determined by the BlockColor Property, the BlockColorTo Property and the BlockFillType Property. |
| Blocks | The progress meter will appear as blocks. The color is determined by the BlockColor Property, the BlockColorTo Property and the BlockFillType Property. |
| Circular | The progress meter will appear as radial. The color used to display the value is determined by the CircleBackColor property. The start and end angles of the meter are determined by the AngleStart and AngleEnd properties. |
| Regular | The progress meter will appear as a solid bar. The color is determined by the ForeColor Property. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Meter.enumDisplayStyle
Target Platforms: Current Windows operating system with .NET 8.
The color is determined by the
The color is determined by the
The color used to display the value is determined by the
The color is determined by the