Share via


NoNamespace.width Field

Definition

Represents the width XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: activeArea, taskpane, col.
  • corresponds to the following strongly-typed properties: ActiveArea.Width, Column.Width, WebExtensionTaskpane.Width.

Applies to