TintEffect.Hue Property
Hue.Represents the attribte in schema: hue
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "hue")> _
Public Property Hue As Int32Value
Get
Set
'Usage
Dim instance As TintEffect
Dim value As Int32Value
value = instance.Hue
instance.Hue = value
[SchemaAttrAttribute(, "hue")]
public Int32Value Hue { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the hue towards which to tint.
The possible values for this attribute are defined by the ST_PositiveFixedAngle simple type.