Back to Devexpress

FlipType Enum

officefileapi-devexpress-dot-docs-dot-presentation-15fde209.md

latest1.4 KB
Original Source

FlipType Enum

Lists flip orientations for shapes.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public enum FlipType
vb
Public Enum FlipType

Members

NameDescription
None

Does not flip the shape.

| | Horizontal |

Flips the shape horizontally.

| | Vertical |

Flips the shape vertically.

| | Both |

Flips the shape horizontally and vertically.

|

The following properties accept/return FlipType values:

Remarks

Flip orientations determine the horizontal and vertical mirroring of shape elements.

See Also

DevExpress.Docs.Presentation Namespace