Positions this label relatively to the specified node edge.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void SetEdgePosition ( |
Visual Basic
Copy Code
|
|---|
Public Sub SetEdgePosition( _ |
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