DiagramLite Programmer's Guide
LinkLabel.SetLinkLengthPosition Method
See Also
 





Positions this label relatively to the link length.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public void SetLinkLengthPosition (
    float lengthFactor
)

Visual Basic  Copy Code

Public Sub SetLinkLengthPosition( _
    lengthFactor As Single _
)

 Parameters

lengthFactor

A value between 0 and 1 specifying the position of the label relatively to the link's length.

 See Also

LinkLabel Members
LinkLabel Class
MindFusion.Diagramming Namespace