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

Determines the boundry edge of a circle

Syntax

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

Members

MemberDescription
InnerThe size is restricted to the interior edge of the meter.
OuterThe size is extended to the exterior edge of the meter.

Inheritance Hierarchy

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

Requirements

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

See Also