dbicGauge Send comments on this topic.
enumPinPosition Enumeration
See Also  
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace : enumPinPosition Enumeration

Defines the available z-order for the pin of a gauge.

Syntax

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

Members

MemberDescription
BackThe pin will be rendered behind the needle.
FrontThe pin will be rendered infront of the needle
NoneThe pin will not be rendered.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Gauge.enumPinPosition

Requirements

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

See Also