ComponentOne Xamarin Edition
LinearGaugeDirection Enumeration
C1.Xamarin.Forms.Gauge Assembly > C1.Xamarin.Forms.Gauge Namespace : LinearGaugeDirection Enumeration
Represents the direction in which the pointer of a C1LinearGauge increases.
Syntax
public enum LinearGaugeDirection : System.Enum 
Members
MemberDescription
Down Gauge value increases from top to bottom.
Left Gauge value increases from right to left.
Right Gauge value increases from left to right.
Up Gauge value increases from bottom to top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Xamarin.Forms.Gauge.LinearGaugeDirection

See Also

Reference

C1.Xamarin.Forms.Gauge Namespace