GrowDirectionValues Enumeration
Grow Direction
Namespace: DocumentFormat.OpenXml.Drawing.Diagrams
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration GrowDirectionValues
'Usage
Dim instance As GrowDirectionValues
public enum GrowDirectionValues
Members
Member name | Description | |
---|---|---|
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". |