Share via


NoNamespace.color2 Field

Definition

Represents the color2 XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

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

Applies to