Share via


O.dgmlayout Field

Definition

Represents the o:dgmlayout XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: arc, curve, group, image, line, oval, polyline, rect, roundrect, shape, shapetype.
  • corresponds to the following strongly-typed properties: Arc.DiagramLayout, Curve.DiagramLayout, Group.DiagramLayout, ImageFile.DiagramLayout, Line.DiagramLayout, Oval.DiagramLayout, PolyLine.DiagramLayout, Rectangle.DiagramLayout, RoundRectangle.DiagramLayout, Shape.DiagramLayout, Shapetype.DiagramLayout.

Applies to