The DiagramConnectionElement type exposes the following members.

Properties

  NameDescription
Bottom
Gets the the vertical offset of the bottom of this DiagramConnectionElement from the top of the diagram. This is a dependency property.
Bounds
Gets the bounds of the DiagramConnectionElement.
(Overrides DiagramElement..::.Bounds.)
Connection
Gets the IDiagramConnection represented by this DiagramConnectionElement.
ConnectionContentTemplateSelector
Gets or sets the DataTemplateSelector used to the select the DataTemplate for displaying the data within the IDiagramConnection. 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.)
EndArrowTemplate
Gets or sets the DataTemplate applied to the end of the connection. This is a dependency property.
FromConnectionPoint
Gets or sets the point from which the connection originates. This is a dependency property.
IsRequestingConnectionPoint
Gets whether a connection point position is being requested (the user is dragging a connection close to this one and the framework wishes to display a potential connection point). This is a dependency property.
LayerKeyCore
Gets an object identifying the layer on which to display this element. For a DiagramConnectionElement, this is the parent of the originating node.
(Overrides DiagramElement..::.LayerKeyCore.)
Left
Gets the the horizontal offset of the DiagramConnectionElement from the left hand side of the diagram. This is a dependency property.
MovableSegments
Returns an IList of all the MovableDiagramConnectionSegment objects that make up the IDiagramConnection that this DiagramConnectionElement graphically represents.
PathBuilder
Gets or sets the IPathBuilder used to create the path geometry for this connection. This is a dependency property.
PathGeometry
Gets the PathGeometry of this DiagramConnectionElement. This is a dependency property.
PathStyle
Gets or sets the Style applied to the connection path. This is a dependency property.
RequestedConnectionPoint
Gets the RequestedConnectionPoint. The requested connection point is a point on one of the DiagramConnectionSegment objects of this DiagramConnectionElement of which is a potential place for a connection to be connected to. This is a dependency property.
Right
Gets the the horizontal offset of the right hand side of this DiagramConnectionElement from the left hand side of the diagram. This is a dependency property.
SegmentEndBuffer
Gets or sets the buffer at each end of a DiagramConnectionSegment that can not have an IDiagramConnectionPoint attached to it. This is a dependency property.
StartArrowTemplate
Gets or sets the DataTemplate applied to the start of the connection.. This is a dependency property.
ToConnectionPoint
Gets or sets the point to which the connection goes. This is a dependency property.
Top
Gets the the vertical offset of the DiagramConnectionElement from the top of the diagram. This is a dependency property.
ZIndexLayer
Gets how the DiagramElement participates in the z-order.
(Overrides DiagramElement..::.ZIndexLayer.)

See Also