MindFusion.Wpf Pack Programmer's Guide
Diagram.RoundedLinksRadius Property
See Also
 





Gets or sets the radius of arc joins of rounded links' segments.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double RoundedLinksRadius { get; set; }

Visual Basic  Copy Code

Public Property RoundedLinksRadius As Double

 Property Value

A double value specifying the radius length. The default is 2.

 Remarks

The value of this property is used when RoundedLinks is enabled. It specifies the radius of the arcs drawn as joins between link segments.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
CrossingRadius Property