Specifies how a diagram node is attached to its group master.
SyntaxVB6
Copy Code
|
|---|
Public Enum EAttachType |
C++
Copy Code
|
|---|
enum EAttachType |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
atFixedCorner |
0 | Indicates that the node is attached to a corner point. |
![]() |
atProportional |
1 | Indicates that the node is attached proportionally. |
![]() |
atArrowPoint |
2 | Indicates that the node is attached to the control point of an arrow. |
![]() |
atArrowSegment |
3 | Indicates that the node is attached to the segment of an arrow. |
![]() |
atLongestHSegment |
4 | Indicates that the node is attached to the longest segment of an arrow. |
See Also