LightRigDirectionValues Enumeration
Defines the LightRigDirectionValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Enumeration LightRigDirectionValues
'使用
Dim instance As LightRigDirectionValues
public enum LightRigDirectionValues
Members
Member name | Description | |
---|---|---|
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". |