The DiagramNodeElement type exposes the following members.

Properties

  NameDescription
Bounds
Gets the bounds of this DiagramNodeElement.
(Overrides DiagramElement..::.Bounds.)
ConnectionPointPositions
Gets or sets a collection of ShapeConnectionPointPosition objects that specify how connection points should be positioned on the DiagramNodeElement. This is a dependency property.
ConnectionPointTemplateSelector
Gets or sets the DataTemplateSelector used to select the template for connection points. This is a dependency property.
(Inherited from DiagramElement.)
Geometry
Gets or sets the boundary shape of the node. This is a dependency property.
IsFromConnectionDragOver
Gets whether or not the mouse is being dragged over this DiagramNodeElement allowing the outbound connection points to be displayed. This is a dependency property.
IsResizable
Gets or sets whether the DiagramNodeElement can be resized. This is a dependency property.
IsToConnectionDragOver
Gets whether or not the mouse is being dragged over this DiagramNodeElement allowing the inbound connection points to be displayed. This is a dependency property.
LayerKeyCore
Gets an object identifying the layer on which to display this element. For a DiagramNodeElement, this is the parent of the originating node.
(Overrides DiagramElement..::.LayerKeyCore.)
Left
Gets or sets the the horizontal offset of the DiagramNodeElement from the left hand side of the diagram. This is a dependency property.
Node
Gets the IDiagramNode represented by this DiagramNodeElement.
NodeContentTemplateSelector
Gets or sets the DataTemplateSelector used to the select the DataTemplate for displaying the data within the IDiagramNode. This is a dependency property.
NodeTemplate
Gets or sets the DataTemplate used to give shape and color to the node. This is a dependency property.
ShowConnectionPoints
Gets or sets whether to show connection points. This is a dependency property.
Top
Gets or sets the the vertical offset of the DiagramNodeElement from the top of the diagram. This is a dependency property.
ZIndexLayer
Gets how the DiagramElement participates in the z-order.
(Inherited from DiagramElement.)

See Also