GrowDirectionValues 枚举

定义

增长方向

public enum GrowDirectionValues
public readonly struct GrowDirectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.GrowDirectionValues>
type GrowDirectionValues = 
type GrowDirectionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<GrowDirectionValues>
Public Enum GrowDirectionValues
Public Structure GrowDirectionValues
Implements IEnumValue, IEnumValueFactory(Of GrowDirectionValues), IEquatable(Of GrowDirectionValues)
继承
GrowDirectionValues
继承
GrowDirectionValues

字段

名称 说明
TopLeft 0

左上角。

当项序列化为 xml 时,其值为“tL”。

TopRight 1

右上角。

当项序列化为 xml 时,其值为“tR”。

BottomLeft 2

左下角。

将项序列化为 xml 时,其值为“bL”。

BottomRight 3

右下角。

当项序列化为 xml 时,其值为“bR”。

BottomLeft

左下角。

将项序列化为 xml 时,其值为“bL”。

BottomRight

右下角。

当项序列化为 xml 时,其值为“bR”。

Equality(GrowDirectionValues, GrowDirectionValues)
Equals(GrowDirectionValues)
Equals(Object)
GetHashCode()
GrowDirectionValues(String)

创建新的 GrowDirectionValues 枚举实例

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<GrowDirectionValues>.Create(String)
Inequality(GrowDirectionValues, GrowDirectionValues)
TopLeft

左上角。

当项序列化为 xml 时,其值为“tL”。

TopRight

右上角。

当项序列化为 xml 时,其值为“tR”。

ToString()

适用于