Back to Devexpress

TileFlipType Enum

officefileapi-devexpress-dot-office-dot-drawing.md

latest1.5 KB
Original Source

TileFlipType Enum

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

Namespace : DevExpress.Office.Drawing

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

NuGet Package : DevExpress.Office.Core

Declaration

csharp
public enum TileFlipType
vb
Public Enum TileFlipType

Members

NameDescriptionExample
None

Tiles are not flipped.

|

| | Horizontal |

Flips tiles horizontally.

|

| | Vertical |

Flips tiles vertically.

|

| | Both |

Flips tiles both horizontally and vertically.

|

|

The following properties accept/return TileFlipType values:

See Also

DevExpress.Office.Drawing Namespace