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

TileFlipType Enum

Lists values used to specify how to flip the tile contents.

Namespace: DevExpress.Office.Drawing

Assembly: DevExpress.Office.v18.2.Core.dll

Declaration

public enum TileFlipType

Members

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

Related API Members

The following properties accept/return TileFlipType values:

Remarks

The values listed by this enumeration are used to set the ShapeComplexFill.FlipType property.

See Also