Share via


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

字段

GrowDirectionValues(String)

创建新的 GrowDirectionValues 枚举实例

BottomLeft 2

左下角。

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

BottomLeft

左下角。

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

BottomRight 3

右下角。

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

BottomRight

右下角。

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

Equals(Object)
Equals(GrowDirectionValues)
GetHashCode()
Equality(GrowDirectionValues, GrowDirectionValues)
Inequality(GrowDirectionValues, GrowDirectionValues)
TopLeft 0

左上角。

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

TopLeft

左上角。

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

TopRight

右上角。

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

TopRight 1

右上角。

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<GrowDirectionValues>.Create(String)

适用于