Share via


NoNamespace.autolayout Field

Definition

Represents the autolayout XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: diagram.
  • corresponds to the following strongly-typed properties: Diagram.AutoLayout.

Applies to