TileFlipValues enumeration

Office 2013 and later

Tile Flip Mode

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
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: