HslColor.Hue Property

Hue.Represents the attribte in schema: h

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "h")> _
Public Property Hue As Int32Value
    Get
    Set
'Usage
Dim instance As HslColor
Dim value As Int32Value

value = instance.Hue

instance.Hue = value
[SchemaAttrAttribute(, "h")]
public Int32Value Hue { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

HslColor Class

HslColor Members

DocumentFormat.OpenXml.Presentation Namespace