Search
NodeLabel.SetEdgePosition Method
See Also
 






Positions this label relatively to the specified node edge.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SetEdgePosition (
    int edge,
    float dx,
    float dy
)

Visual Basic  Copy Code

Public Sub SetEdgePosition( _
    edge As Integer, _
    dx As Single, _
    dy As Single _
)

 Parameters

edge

The edge index.

dx

Horizontal offset from the edge center.

dy

Vertical offset from the edge center.

 See Also