Share via


NoNamespace.color Field

Definition

Represents the color XML 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 attribute, it:

  • is contained in the following XML elements: extrusion, fill, shadow, stroke.
  • corresponds to the following strongly-typed properties: Extrusion.Color, Fill.Color, Shadow.Color, Stroke.Color.

Applies to