Skip to main content
All docs
V25.2
  • GradientFill.FlipType Property

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public FlipType FlipType { get; set; }

    Property Value

    Type
    FlipType

    Available values:

    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.

    See Also