TileFlipValues enumeration
Office 2013 and later
Tile Flip Mode
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| None | None. When the item is serialized out as xml, its value is "none". | |
| Horizontal | Horizontal. When the item is serialized out as xml, its value is "x". | |
| Vertical | Vertical. When the item is serialized out as xml, its value is "y". | |
| HorizontalAndVertical | Horizontal and Vertical. When the item is serialized out as xml, its value is "xy". |
Show: