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

字段

名称 说明
None 0

无。

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

AlongPath 1

沿路径。

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

AlongPath

沿路径。

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

Equality(RotationPathValues, RotationPathValues)
Equals(Object)
Equals(RotationPathValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<RotationPathValues>.Create(String)
Inequality(RotationPathValues, RotationPathValues)
None

无。

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

RotationPathValues(String)

创建新的 RotationPathValues 枚举实例

ToString()

适用于