BulletGraph for WinForms
C1GaugeRotateFlipType 列挙体

C1.Win.Gauge.6 アセンブリ > C1.Win.Gauge 名前空間 : C1GaugeRotateFlipType 列挙体
Specifies the direction of an image's rotation and the axis used to flip the image.
シンタックス
'宣言
 
Public Enum C1GaugeRotateFlipType 
   Inherits System.Enum
public enum C1GaugeRotateFlipType : System.Enum 
メンバ
メンバ解説
Rotate180FlipNoneSpecifies a 180-degree rotation without flipping.
Rotate180FlipXSpecifies a 180-degree rotation followed by a horizontal flip.
Rotate180FlipXYSpecifies a 180-degree rotation followed by a horizontal and vertical flip.
Rotate180FlipYSpecifies a 180-degree rotation followed by a vertical flip.
Rotate270FlipNoneSpecifies a 270-degree rotation without flipping.
Rotate270FlipXSpecifies a 270-degree rotation followed by a horizontal flip.
Rotate270FlipXYSpecifies a 270-degree rotation followed by a horizontal and vertical flip.
Rotate270FlipYSpecifies a 270-degree rotation followed by a vertical flip.
Rotate90FlipNoneSpecifies a 90-degree rotation without flipping.
Rotate90FlipXSpecifies a 90-degree rotation followed by a horizontal flip.
Rotate90FlipXYSpecifies a 90-degree rotation followed by a horizontal and vertical flip.
Rotate90FlipYSpecifies a 90-degree rotation followed by a vertical flip.
RotateNoneFlipNoneSpecifies no rotation and no flipping.
RotateNoneFlipXSpecifies no rotation followed by a horizontal flip.
RotateNoneFlipXYSpecifies no rotation followed by a horizontal and vertical flip.
RotateNoneFlipYSpecifies no rotation followed by a vertical flip.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.Gauge.C1GaugeRotateFlipType

参照

C1.Win.Gauge 名前空間