GrowDirectionValues enumeration

Office 2013 and later

Grow Direction

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

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

Member nameDescription
TopLeft Top Left. When the item is serialized out as xml, its value is "tL".
TopRight Top Right. When the item is serialized out as xml, its value is "tR".
BottomLeft Bottom Left. When the item is serialized out as xml, its value is "bL".
BottomRight Bottom Right. When the item is serialized out as xml, its value is "bR".
Show: