Share via


NoNamespace.rgb Field

Definition

Represents the rgb XML attribute.

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 attribute, it:

  • is contained in the following XML elements: rgbColor.
  • corresponds to the following strongly-typed properties: RgbColor.Rgb.

Applies to