Positions this label relatively to the specified node edge.
SyntaxVB6
Copy Code
|
|---|
Public Sub SetEdgePosition( _ |
C++
Copy Code
|
|---|
public: |
The edge index.
Horizontal offset from the edge center.
Vertical offset from the edge center.
RemarksThis method sets the middle point of node's edge as label's pin point and assigns specified offsets to HorizontalOffset and VerticalOffset properties. The edge index starts counting from top side in clockwise direction:
See Also