Share via


P.rgb Field

Definition

Represents the p:rgb XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: by.
  • has the following XML attributes: b, g, r.
  • corresponds to the following strongly-typed classes: RgbColor.

Applies to