Gets or sets the radius of the layout circle.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double Radius { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Radius As Double |
A double value specifying the radius. The default value is 225.
RemarksIf this property is set to 0, the layout will try to find an appropriate radius depending on the number and size of the participating nodes.
See Also