Gets or sets the desired length of this StarDiagramConnection. This property is useful for layout algorithms which can atempt to allow the length of this StarDiagramConnection to get as close to the desired length as possible.

Namespace:  Mindscape.WpfDiagramming.StarDiagrams
Assembly:  Mindscape.WpfDiagramming.StarDiagrams (in Mindscape.WpfDiagramming.StarDiagrams.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double DesiredLength { get; set; }
Visual Basic (Declaration)
Public Property DesiredLength As Double

See Also