Share via


NoNamespace.defaultSize Field

Definition

Represents the defaultSize XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: commentPr, controlPr, objectPr.
  • corresponds to the following strongly-typed properties: CommentProperties.DefaultSize, ControlProperties.DefaultSize, EmbeddedObjectProperties.DefaultSize.

Applies to