dbicMeter Send comments on this topic.
enumDisplayStyle Enumeration
See Also  
dbicMeter Assembly > Dbi.WinControl.Meter Namespace : enumDisplayStyle Enumeration

The available progress meter display type.

Syntax

Visual Basic (Declaration) 
Public Enum enumDisplayStyle 
   Inherits System.Enum
C# 
public enum enumDisplayStyle : System.Enum 

Members

MemberDescription
BarThe 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.
BlocksThe progress meter will appear as blocks. The color is determined by the BlockColor Property, the BlockColorTo Property and the BlockFillType Property.
CircularThe 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.
RegularThe progress meter will appear as a solid bar. The color is determined by the ForeColor Property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Meter.enumDisplayStyle

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also