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

TileFlipType Enum

Lists values that specify how to flip tiles when a texture fill is applied to a shape.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum TileFlipType

Members

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

See Also