Share via


NoNamespace.src Field

Definition

Represents the src XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: fill, image, stroke.
  • corresponds to the following strongly-typed properties: Fill.Source, ImageFile.Source, Stroke.Source.

Applies to