ASP.NET Core 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
    'Usage
     
    
    Dim instance As GaugeDirection
    public enum GaugeDirection : System.Enum 
    public enum GaugeDirection = class(System.Enum)
    public enum GaugeDirection extends System.Enum
    __value public enum GaugeDirection : public System.Enum 
    public enum class GaugeDirection : public 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