Gets or sets the stretch factor.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double Stretch { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Stretch As Double |
A double value specifying the stretch factor used by the spring layout.
See Also