Specifies the type of attachment in a group.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public enum AttachTo |
Visual Basic
![]() |
---|
Public Enum AttachTo |
Member name | Description | |
---|---|---|
![]() |
FixedCorner |
Indicates attachment to a fixed corner of a node. |
![]() |
Proportional |
Indicates proportional attachment to a node. |
![]() |
LinkPoint |
Indicates attachment to a link's control point. |
![]() |
LinkSegment |
Indicates attachment to a link's segment. |
![]() |
LongestHSegment |
Indicates attachment to the longest horizontal segment of a link. |
![]() |
SideMiddle |
Indicates attachment to the middle of a side of a node's bounding rectangle. |
![]() |
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. |
![]() |
ProportionalToLength |
Preserves the relative distance from a node to link's start point. |
![]() |
FractionalPosition |
Keeps attached node's size and maintains its original distance to point specified as fraction of main node's size. |
MvcDiagram Programmer's Guide | © 2025 MindFusion |