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

Defines various types of needles available to gauges.

Syntax

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

Members

MemberDescription
Arrow13-point arrow
Arrow24-point arrow
Arrow35-point arrow
LineSingle line
MarkerA round point, or user defined image
NoneNo needle
RadialAn arching path

Inheritance Hierarchy

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

Requirements

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

See Also