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

The type of text to show in the progress bar.

Syntax

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

Members

MemberDescription
NoneNo text is displayed.
PercentageThe value will be displayed as a percentage.
TextThe value from the DisplayText Property property will be displayed.

Inheritance Hierarchy

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

Requirements

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

See Also