Share via


NoNamespace.hue Field

Definition

Represents the hue XML attributes.

public static readonly System.Xml.Linq.XName hue;
 staticval mutable hue : System.Xml.Linq.XName
Public Shared ReadOnly hue As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: hsl, hslClr, tint.
  • corresponds to the following strongly-typed properties: Hsl.Hue, HslColor.HueValue, TintEffect.Hue.

Applies to