GradientFill.FlipType Property
Gets or sets how the gradient is flipped when tiled.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| FlipType | Flipping mode. |
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