Share via


W.color Field

Definition

Represents the w:color XML element and attributes.

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

Field Value

Remarks

As an XML element, it:

As an XML attribute, it:

  • is contained in the following XML elements: background, shd, u.
  • corresponds to the following strongly-typed properties: DocumentBackground.Color, Shading.Color, Underline.Color.

Applies to