Search
SpringLayout.Stretch Property
See Also
 





Gets or sets the stretch factor.

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

 Syntax

C#  Copy Code

public double Stretch { get; set; }

Visual Basic  Copy Code

Public Property Stretch As Double

 Property Value

A double value specifying the stretch factor used by the spring layout.

 See Also