ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / GaugeDirection Enumeration

In This Topic
    GaugeDirection Enumeration
    In This Topic
    Represents the direction in which the pointer of a LinearGauge increases.
    Syntax
    'Declaration
     
    
    Public Enum GaugeDirection 
       Inherits System.Enum
    public enum GaugeDirection : 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.Web.Mvc.GaugeDirection

    See Also