C1.Blazor.Gauge Assembly / C1.Blazor.Gauge Namespace / LinearGaugeDirection Enumeration

LinearGaugeDirection Enumeration
Represents the direction in which the pointer of a C1LinearGauge increases.
Syntax
'Declaration
 
Public Enum LinearGaugeDirection 
   Inherits System.Enum
 
Members
MemberDescription
DownGauge value increases from top to bottom.
LeftGauge value increases from right to left.
RightGauge value increases from left to right.
UpGauge value increases from bottom to top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Blazor.Gauge.LinearGaugeDirection

See Also