Specifies the type of attachment in a group.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public enum AttachTo |
Visual Basic Copy Code |
---|
Public Enum AttachTo |
Member name | Description | |
---|---|---|
AnchorToEdges |
Indicates attachment that is anchored to one or more sides of a node. |
|
ControlledByMaster |
The virtual UpdateGroup method of master items is called to update subordinates. |
|
DistanceAlongLink |
Preserves the absolute distance from a node to link's start or end point. |
|
FixedCorner |
Indicates attachment to a fixed corner of a node. |
|
FractionalPosition |
Keeps attached node's size and maintains its original distance to point specified as fraction of main node's size. |
|
LinkPoint |
Indicates attachment to an link's control point. |
|
LinkSegment |
Indicates attachment to an link's segment. |
|
LongestHSegment |
Indicates attachment to the longest horizontal segment of a link. |
|
Proportional |
Indicates proportional attachment to a node. |
|
ProportionalToLength |
Preserves the relative distance from a node to link's start point. |
|
SideMiddle |
Indicates attachment to the middle of a side of a node's bounding rectangle. |
WpfDiagram Programmer's Guide | © 2024 MindFusion |