Share via


NoNamespace.on Field

Definition

Represents the on XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: callout, extrusion, skew, fill, shadow, stroke, textpath.
  • corresponds to the following strongly-typed properties: Callout.On, Extrusion.On, Fill.On, Shadow.On, Skew.On, Stroke.On, TextPath.On.

Applies to