RotationPathValues Enum  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
旋转路径
public enum RotationPathValuespublic 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 RotationPathValuesPublic 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() |