Share via


ColorsType.HueDirection Property

Definition

Hue Direction

Represents the following attribute in the schema: hueDir

[DocumentFormat.OpenXml.SchemaAttr(0, "hueDir")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues> HueDirection { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues> HueDirection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "hueDir")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues>? HueDirection { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("hueDir")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues>? HueDirection { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues>? HueDirection { get; set; }
member this.HueDirection : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "hueDir")>]
member this.HueDirection : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("hueDir")>]
member this.HueDirection : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Drawing.Diagrams.HueDirectionValues> with get, set
Public Property HueDirection As EnumValue(Of HueDirectionValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to