LightRigDirectionValues-Enumeration
Light Rig Direction
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration LightRigDirectionValues
'Usage
Dim instance As LightRigDirectionValues
public enum LightRigDirectionValues
Member
Membername | Beschreibung | |
---|---|---|
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". |