RotationPathValues 枚举

定义

旋转路径

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

字段

RotationPathValues(String)

创建新的 RotationPathValues 枚举实例

AlongPath 1

沿路径。

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

AlongPath

沿路径。

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

Equals(RotationPathValues)
Equals(Object)
GetHashCode()
None 0

无。

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

None

无。

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

Equality(RotationPathValues, RotationPathValues)
Inequality(RotationPathValues, RotationPathValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<RotationPathValues>.Create(String)

适用于