Search
TreeLayout.StretchFactor Property
See Also
 





Gets or sets the stretch factor applied on Radial tree layouts.

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

 Syntax

C#  Copy Code

public float StretchFactor { get; set; }

Visual Basic  Copy Code

Public Property StretchFactor As Single

 Property Value

A real number specifying the ratio between the horizontal and vertical radii of radial layout outlines. The default is 1.

 Remarks

When applying a radial layout, node layers are laid out in concentric circles around the Root node. Stretching them by changing this property makes layers laid out in elliptic outlines.

 See Also