Back to Devexpress

GradientFill.FlipType Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-gradientfill-03948f43.md

latest1.3 KB
Original Source

GradientFill.FlipType Property

Gets or sets how the gradient is flipped when tiled.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public FlipType FlipType { get; set; }
vb
Public Property FlipType As FlipType

Property Value

TypeDescription
FlipType

Flipping mode.

|

Available values:

NameDescription
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

GradientFill Class

GradientFill Members

DevExpress.Docs.Presentation Namespace