LightRigDirectionValues enumeration
Office 2013 and later
Light Rig Direction
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
| Member name | Description | |
|---|---|---|
| TopLeft | Top Left. When the item is serialized out as xml, its value is "tl". | |
| Top | Top. When the item is serialized out as xml, its value is "t". | |
| TopRight | Top Right. When the item is serialized out as xml, its value is "tr". | |
| Left | Left. When the item is serialized out as xml, its value is "l". | |
| Right | Right. When the item is serialized out as xml, its value is "r". | |
| BottomLeft | Bottom Left. When the item is serialized out as xml, its value is "bl". | |
| Bottom | Bottom. When the item is serialized out as xml, its value is "b". | |
| BottomRight | Bottom Right. When the item is serialized out as xml, its value is "br". |
Show: