Gets or sets a value indicating whether nodes should be placed at random positions when the layout routine starts.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool Randomize { get; set; } |
Visual Basic Copy Code |
---|
Public Property Randomize As Boolean |
true to start with random node positions, otherwise false. The default value is false.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |