Share via


NoNamespace.inset Field

Definition

Represents the inset XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: textbox.
  • corresponds to the following strongly-typed properties: TextBox.Inset.

Applies to