The DiagramShape type exposes the following members.

Constructors

  NameDescription
DiagramShape
Initializes a new instance of the DiagramShape class.

Methods

  NameDescription
Freeze
Freezes the DiagramShape so that it cannot be modified.
ToString
Provides a string representation of the DiagramShape.
(Overrides Object..::.ToString()()().)

Properties

  NameDescription
BottomConnectionPointCount
Gets or sets the number of connection points on the shape's bottom edge.
DefaultSize
Gets or sets the default size when creating nodes of this shape.
DisplayName
Gets or sets a display name which can be used in tooltips or other user interface text to identify the shape.
LeftConnectionPointCount
Gets or sets the number of connection points on the shape's left edge.
Name
Gets the name of the shape.
RightConnectionPointCount
Gets or sets the number of connection points on the shape's right edge.
TopConnectionPointCount
Gets or sets the number of connection points on the shape's top edge.

See Also