Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeOrientation Enumeration

In This Topic
    C1GaugeOrientation Enumeration
    In This Topic
    Specifies the orientation of a C1LinearGauge.
    Syntax
    'Declaration
     
    Public Enum C1GaugeOrientation 
       Inherits System.Enum
    public enum C1GaugeOrientation : System.Enum 
    Members
    MemberDescription
    HorizontalThe gauge is oriented horizontally.
    VerticalThe gauge is oriented vertically.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Gauge.C1GaugeOrientation

    See Also