Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.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
    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.iOS.Gauge.LinearGaugeDirection

    See Also