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
SyntaxC#
Copy Code
|
|---|
public double LengthFactor { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LengthFactor As Double |
A double value in 0-1 range. The default is 0.5.
See Also