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.v24.1.Core.dll
NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation
Declaration
Members
Name | Description | Example |
---|---|---|
None
|
Tiles are not flipped. |
|
Horizontal
|
Flips tiles horizontally. |
|
Vertical
|
Flips tiles vertically. |
|
Both
|
Flips tiles both horizontally and vertically. |
Related API Members
The following properties accept/return TileFlipType values:
See Also