Skip to main content
All docs
V25.2
  • FlipType Enum

    Lists flip orientations for shapes.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public enum FlipType

    Members

    Name Description
    None

    Does not flip the shape.

    Horizontal

    Flips the shape horizontally.

    Vertical

    Flips the shape vertically.

    Both

    Flips the shape horizontally and vertically.

    Related API Members

    The following properties accept/return FlipType values:

    Remarks

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

    See Also