LightRigDirectionValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
轻型钻机方向
public enum LightRigDirectionValues
public readonly struct LightRigDirectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.LightRigDirectionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.LightRigDirectionValues>
type LightRigDirectionValues =
type LightRigDirectionValues = struct
interface IEnumValue
interface IEnumValueFactory<LightRigDirectionValues>
Public Enum LightRigDirectionValues
Public Structure LightRigDirectionValues
Implements IEnumValue, IEnumValueFactory(Of LightRigDirectionValues), IEquatable(Of LightRigDirectionValues)
- 继承
-
LightRigDirectionValues
- 继承
-
LightRigDirectionValues
字段
名称 | 值 | 说明 |
---|---|---|
TopLeft | 0 | 左上角。 当项序列化为 xml 时,其值为“tl”。 |
Top | 1 | 顶端对齐。 当项序列化为 xml 时,其值为“t”。 |
TopRight | 2 | 右上角。 当项序列化为 xml 时,其值为“tr”。 |
Left | 3 | 靠左。 当项序列化为 xml 时,其值为“l”。 |
Right | 4 | 靠右。 将项序列化为 xml 时,其值为“r”。 |
BottomLeft | 5 | 左下角。 当项序列化为 xml 时,其值为“bl”。 |
Bottom | 6 | 底端对齐。 当项序列化为 xml 时,其值为“b”。 |
BottomRight | 7 | 右下角。 当项序列化为 xml 时,其值为“br”。 |
Bottom | 底端对齐。 当项序列化为 xml 时,其值为“b”。 |
|
BottomLeft | 左下角。 当项序列化为 xml 时,其值为“bl”。 |
|
BottomRight | 右下角。 当项序列化为 xml 时,其值为“br”。 |
|
Equality(LightRigDirectionValues, LightRigDirectionValues) | ||
Equals(LightRigDirectionValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LightRigDirectionValues>.Create(String) | ||
Inequality(LightRigDirectionValues, LightRigDirectionValues) | ||
Left | 靠左。 当项序列化为 xml 时,其值为“l”。 |
|
LightRigDirectionValues(String) | 创建新的 LightRigDirectionValues 枚举实例 |
|
Right | 靠右。 将项序列化为 xml 时,其值为“r”。 |
|
Top | 顶端对齐。 当项序列化为 xml 时,其值为“t”。 |
|
TopLeft | 左上角。 当项序列化为 xml 时,其值为“tl”。 |
|
TopRight | 右上角。 当项序列化为 xml 时,其值为“tr”。 |
|
ToString() |