次の方法で共有


HueDirectionValues 列挙型

定義

色相の方向

public enum HueDirectionValues
public 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 HueDirectionValues
Public 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()

適用対象