Share via


O.dgmnodekind Field

Definition

Represents the o:dgmnodekind XML attributes.

public static readonly System.Xml.Linq.XName dgmnodekind;
 staticval mutable dgmnodekind : System.Xml.Linq.XName
Public Shared ReadOnly dgmnodekind 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.DiagramNodeKind, Curve.DiagramNodeKind, Group.DiagramNodeKind, ImageFile.DiagramNodeKind, Line.DiagramNodeKind, Oval.DiagramNodeKind, PolyLine.DiagramNodeKind, Rectangle.DiagramNodeKind, RoundRectangle.DiagramNodeKind, Shape.DiagramNodeKind, Shapetype.DiagramNodeKind.

Applies to