Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v19.1.Core.dll

Declaration

TileFlipType FlipType { get; set; }

Property Value

Type Description
TileFlipType

A TileFlipType enumeration value that specifies the mirror type.

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