ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeCustomImage Class / RotateFlipType Property

In This Topic
    RotateFlipType Property (C1GaugeCustomImage)
    In This Topic
    Gets or sets the direction of an image's rotation and the axis used to flip the image.
    Syntax
    'Declaration
     
    Public Property RotateFlipType As C1GaugeRotateFlipType
    public C1GaugeRotateFlipType RotateFlipType {get; set;}
    See Also