ASP.NET Pack Programmer's Guide
CircularLayout.Radius Property
See Also
 





Gets or sets the radius of the layout circle.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float Radius { get; set; }

Visual Basic  Copy Code

Public Property Radius As Single

 Property Value

A float value specifying the radius. The default value is 60.

 Remarks

If 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

CircularLayout Members
CircularLayout Class
MindFusion.Diagramming.Layout Namespace