Search
CircularLayout.AutoRadiusFactor Property
See Also
 






Gets or sets a multiplier for the automatically calculated radius when Radius is set to 0.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double AutoRadiusFactor { get; set; }

Visual Basic  Copy Code

Public Property AutoRadiusFactor As Double

 Property Value

A double value.

 See Also