次の方法で共有


ColorsType.HueDirection Property

Hue Direction.Represents the attribte in schema: hueDir

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

Syntax

'宣言
<SchemaAttrAttribute(, "hueDir")> _
Public Property HueDirection As EnumValue(Of HueDirectionValues)
    Get
    Set
'使用
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