Specifies how node labels are positioned.
SyntaxVB6
Copy Code
|
|---|
Public Enum ERelativeToNode |
C++
Copy Code
|
|---|
enum ERelativeToNode |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
rtnEdge |
0 | Indicates that the node labels are positioned relative to a specified edge. |
![]() |
rtnCorner |
1 | Indicates that the node labels are positioned relative to a specified corner point. |
![]() |
rtnCenter |
2 | Indicates that the node labels are positioned relative to the node center. |
See Also