Search
DiagramNodeExtensions Members
Methods
 


Provides extension methods for DiagramNode fluent API.

The following tables list the members exposed by the DiagramNodeExtensions type.

 Public Methods

  Name Description

AllowIncomingLinks

Sets a value indicating whether users are allowed to draw incoming links to this node.

AllowOutgoingLinks

Sets a value indicating whether users are allowed to draw outgoing links from this node.

AnchorPattern

Sets the anchor points to which links are attached when connected to the node.

Bounds

Sets the rectangle that defines the position of the diagram node.

Constraints

Allows applying constraints to the location and size of the node.

EnabledHandles

Sets the kinds of modifications that end-users are permitted to perform on the node.

Expandable

Sets a value indicating whether users are allowed to expand or collapse the subtree that starts from this node.

Expanded

Sets a value indicating whether the subtree starting from this node is expanded.

HandlesStyle

Sets a value indicating how the node adjustment handles behave and what do they look like.

IncomingLinks

Gets a collection of links that point to the node.

Obstacle

Sets a value indicating whether this node is considered an obstacle by the link-routing algorithm.

OutgoingLinks

Gets a collection of links that start from this node.

RotationAngle

Sets the rotation angle of this node.

 See Also