Gets or sets the desired radius of the circle. Setting this to 0 will allow the radius to be automatically calculated based on the sizes of the nodes. The default is 0.

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

Syntax

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

See Also