Share via


P.hsl Field

Definition

Represents the p:hsl XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: by.
  • has the following XML attributes: h, l, s.
  • corresponds to the following strongly-typed classes: HslColor.

Applies to