Search
LinkLabel.LengthFactor Property
See Also
 





Gets or sets label's position along link's length when the RelativeTo property is set to LinkLength.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float LengthFactor { get; set; }

Visual Basic  Copy Code

Public Property LengthFactor As Single

 Property Value

A float value in 0-1 range. The default is 0.5f.

 See Also