LightRigDirectionValues enumeration

Office 2013 and later

Defines the LightRigDirectionValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Word
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

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

Member nameDescription
TopLeft tl. When the item is serialized out as xml, its value is "tl".
Top t. When the item is serialized out as xml, its value is "t".
TopRight tr. When the item is serialized out as xml, its value is "tr".
Left l. When the item is serialized out as xml, its value is "l".
Right r. When the item is serialized out as xml, its value is "r".
BottomLeft bl. When the item is serialized out as xml, its value is "bl".
Bottom b. When the item is serialized out as xml, its value is "b".
BottomRight br. When the item is serialized out as xml, its value is "br".
Show: