Share via


ColorsType.HueDirection Property

Hue Direction.Represents the attribte in schema: hueDir

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "hueDir")> _
Public Property HueDirection As EnumValue(Of HueDirectionValues)
    Get
    Set
'Usage
Dim instance As ColorsType
Dim value As EnumValue(Of HueDirectionValues)

value = instance.HueDirection

instance.HueDirection = value
[SchemaAttrAttribute(, "hueDir")]
public EnumValue<HueDirectionValues> HueDirection { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<HueDirectionValues>
Returns EnumValue<T>.

See Also

Reference

ColorsType Class

ColorsType Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace