Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

TileFlipType FlipType { get; set; }

Property Value

Type Description
TileFlipType

A TileFlipType enumeration value that specifies the mirror type.

Available values:

Name Description Example
None

Tiles are not flipped.

SpreadsheetTileFlip_None

Horizontal

Flips tiles horizontally.

SpreadsheetTileFlip_Horizontal

Vertical

Flips tiles vertically.

SpreadsheetTileFlip_Vertical

Both

Flips tiles both horizontally and vertically.

SpreadsheetTileFlip_HorizontalAndVertical

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