Skip to main content
A newer version of this page is available. .

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

Declaration

TileFlipType FlipType { get; set; }

Property Value

Type Description
TileFlipType

A TileFlipType enumeration value that specifies the mirror type.

Available values:

Name Description
None

Specifies that the tiles should not be flipped.

SpreadsheetTileFlip_None

Horizontal

Specifies that the tiles should be flipped horizontally.

SpreadsheetTileFlip_Horizontal

Vertical

Specifies that the tiles should be flipped vertically.

SpreadsheetTileFlip_Vertical

Both

Specifies that the tiles should be flipped 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