HueDirectionValues Enum  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Hue 方向
public enum HueDirectionValuespublic readonly struct HueDirectionValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues>, IEquatable<DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues>type HueDirectionValues = type HueDirectionValues = struct
    interface IEnumValue
    interface IEnumValueFactory<HueDirectionValues>Public Enum HueDirectionValuesPublic Structure HueDirectionValues
Implements IEnumValue, IEnumValueFactory(Of HueDirectionValues), IEquatable(Of HueDirectionValues)- 继承
- 
				HueDirectionValues
- 继承
- 
				HueDirectionValues
字段
| 名称 | 值 | 说明 | 
|---|---|---|
| Clockwise | 0 | 顺时针色调方向。 当项序列化为 xml 时,其值为“cw”。 | 
| Counterclockwise | 1 | 逆时针色调方向。 当项序列化为 xml 时,其值为“ccw”。 | 
| Clockwise | 顺时针色调方向。 当项序列化为 xml 时,其值为“cw”。 | |
| Counterclockwise | 逆时针色调方向。 当项序列化为 xml 时,其值为“ccw”。 | |
| Equality(HueDirectionValues, HueDirectionValues) | ||
| Equals(HueDirectionValues) | ||
| Equals(Object) | ||
| GetHashCode() | ||
| HueDirectionValues(String) | 创建新的 HueDirectionValues 枚举实例 | |
| IEnumValue.IsValid | ||
| IEnumValue.Value | ||
| IEnumValue.Version | ||
| IEnumValueFactory<HueDirectionValues>.Create(String) | ||
| Inequality(HueDirectionValues, HueDirectionValues) | ||
| ToString() |