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

In This Topic
    C1GaugeFlipType Enumeration
    In This Topic
    Specifies the axis used to flip the image.
    Syntax
    'Declaration
     
    Public Enum C1GaugeFlipType 
       Inherits System.Enum
    public enum C1GaugeFlipType : System.Enum 
    Members
    MemberDescription
    FlipNoneSpecifies no flipping.
    FlipXSpecifies a horizontal flip.
    FlipXYSpecifies a horizontal and vertical flip.
    FlipYSpecifies a vertical flip.
    Inheritance Hierarchy

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

    See Also