Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / LinearGaugeDirection Enumeration


In This Topic
    LinearGaugeDirection Enumeration
    In This Topic
    Represents the direction in which the pointer of a C1LinearGauge increases.
    Syntax
    'Declaration
     
    
    Public Enum LinearGaugeDirection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LinearGaugeDirection
    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.Android.Gauge.LinearGaugeDirection

    See Also