MindFusion.Wpf Pack Programmer's Guide
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.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double LengthFactor { get; set; }

Visual Basic  Copy Code

Public Property LengthFactor As Double

 Property Value

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

 See Also

LinkLabel Members
LinkLabel Class
MindFusion.Diagramming.Wpf Namespace
SetLinkLengthPosition Method