MindFusion.Wpf Pack Programmer's Guide
Group Methods
 


 Public Methods

  Name Description

AttachAlongLinkLength

Attaches a node to a link and keeps the initial distance between the node and the link origin when the latter is modified. The distance is measured along the link length, regardless of the number and shape of its segments.

AttachCustom

Attaches a new node to the group.

AttachProportional

Attaches a new node to the group, in such a way that its area is always occupying certain percentage of the main item's area.

AttachToCorner

Attaches a node to the specified corner of the main node.

AttachToEdges

Anchors a node to the specified edges of the master node.

AttachToFractionalPosition

Attaches specified node to this group, keeping original size intact and maintaining original distance to point specified as fraction of main node's size.

AttachToLinkPoint

Attaches a node to the specified control point of the link that is MainItem.

AttachToLinkSegment

Attaches a node to the specified segment of the link that is MainItem.

AttachToLongestHSegment

Adds an item to the group, maintaining its relative position to the longest horizontal segment of the master link.

AttachToSideMiddle

Adds an item to the group, attaching it to the middle point of a side of the master node.

Detach

Detaches the specified item from this group.

GetRepaintRect

Gets a rectangle containing the repaint rectangle of the group's master and all attached objects.

Repaint

Repaints all underlying diagram items.

 See Also

Group Class
MindFusion.Diagramming.Wpf Namespace