Share via


X.indexedColors Field

Definition

Represents the x:indexedColors XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: colors.
  • has the following child XML elements: rgbColor.
  • corresponds to the following strongly-typed classes: IndexedColors.

Applies to