ShapeComplexFill.FlipType Property
Gets or sets the direction in which to flip the gradient or picture while tiling.
Namespace: DevExpress.Spreadsheet.Drawings
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
TileFlipType | A TileFlipType enumeration value that specifies the mirror type. |
Available values:
Name | Description | Example |
---|---|---|
None | Tiles are not flipped. |
|
Horizontal | Flips tiles horizontally. |
|
Vertical | Flips tiles vertically. |
|
Both | Flips tiles both horizontally and vertically. |
Remarks
The FlipType property is relevant only when the tiled picture fill (the ShapePictureFill.Stretch property is false) or the tiled gradient fill (the ShapeGradientFill.TileRect property is specified) is applied to a chart element.
See Also