Back to Devexpress

DXRotateFlipType Enum

corelibraries-devexpress-dot-drawing-82772835.md

latest2.0 KB
Original Source

DXRotateFlipType Enum

Lists values that indicate the rotation and flip type.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public enum DXRotateFlipType
vb
Public Enum DXRotateFlipType

Members

NameDescription
Rotate180FlipNone

A 180-degree clockwise rotation without flipping.

| | Rotate180FlipX |

A 180-degree clockwise rotation followed by a horizontal flip.

| | Rotate180FlipXY |

A 180-degree clockwise rotation followed by a horizontal and vertical flip.

| | Rotate180FlipY |

A 180-degree clockwise rotation followed by a vertical flip.

| | Rotate270FlipNone |

A 270-degree clockwise rotation without flipping.

| | Rotate270FlipX |

A 270-degree clockwise rotation followed by a horizontal flip.

| | Rotate270FlipXY |

A 270-degree clockwise rotation followed by a horizontal and vertical flip.

| | Rotate270FlipY |

A 270-degree clockwise rotation followed by a vertical flip.

| | Rotate90FlipNone |

A 90-degree clockwise rotation without flipping.

| | Rotate90FlipX |

A 90-degree clockwise rotation followed by a horizontal flip.

| | Rotate90FlipXY |

A 90-degree clockwise rotation followed by a horizontal and vertical flip.

| | Rotate90FlipY |

A 90-degree clockwise rotation followed by a vertical flip.

| | RotateNoneFlipNone |

No clockwise rotation and no flipping.

| | RotateNoneFlipX |

No clockwise rotation followed by a horizontal flip.

| | RotateNoneFlipXY |

No clockwise rotation followed by a horizontal and vertical flip.

| | RotateNoneFlipY |

No clockwise rotation followed by a vertical flip.

|

See Also

DevExpress.Drawing Namespace