LightRigDirectionValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the LightRigDirectionValues enumeration.
public enum LightRigDirectionValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum LightRigDirectionValues
public readonly struct LightRigDirectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Word.LightRigDirectionValues>
type LightRigDirectionValues =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type LightRigDirectionValues =
type LightRigDirectionValues = struct
interface IEnumValue
interface IEnumValueFactory<LightRigDirectionValues>
Public Enum LightRigDirectionValues
Public Structure LightRigDirectionValues
Implements IEnumValue, IEnumValueFactory(Of LightRigDirectionValues), IEquatable(Of LightRigDirectionValues)
- Inheritance
-
LightRigDirectionValues
- Inheritance
-
LightRigDirectionValues
- Attributes
Fields
Name | Value | Description |
---|---|---|
TopLeft | 0 | tl. When the item is serialized out as xml, its value is "tl". |
Top | 1 | t. When the item is serialized out as xml, its value is "t". |
TopRight | 2 | tr. When the item is serialized out as xml, its value is "tr". |
Left | 3 | l. When the item is serialized out as xml, its value is "l". |
Right | 4 | r. When the item is serialized out as xml, its value is "r". |
BottomLeft | 5 | bl. When the item is serialized out as xml, its value is "bl". |
Bottom | 6 | b. When the item is serialized out as xml, its value is "b". |
BottomRight | 7 | br. When the item is serialized out as xml, its value is "br". |
Bottom | b. When the item is serialized out as xml, its value is "b". |
|
BottomLeft | bl. When the item is serialized out as xml, its value is "bl". |
|
BottomRight | br. When the item is serialized out as xml, its value is "br". |
|
Equality(LightRigDirectionValues, LightRigDirectionValues) | ||
Equals(LightRigDirectionValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LightRigDirectionValues>.Create(String) | ||
Inequality(LightRigDirectionValues, LightRigDirectionValues) | ||
Left | l. When the item is serialized out as xml, its value is "l". |
|
LightRigDirectionValues(String) | Creates a new LightRigDirectionValues enum instance |
|
Right | r. When the item is serialized out as xml, its value is "r". |
|
Top | t. When the item is serialized out as xml, its value is "t". |
|
TopLeft | tl. When the item is serialized out as xml, its value is "tl". |
|
TopRight | tr. When the item is serialized out as xml, its value is "tr". |
|
ToString() |