Share via


O.title Field

Definition

Represents the o:title XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: fill, imagedata, stroke.
  • corresponds to the following strongly-typed properties: Fill.Title, ImageData.Title, Stroke.Title.

Applies to