Gets or sets a value indicating whether to refine the layout.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public bool Refine { get; set; } |
Visual Basic Copy Code |
---|
Public Property Refine As Boolean |
true to run a refinement pass, otherwise false. The default value is true.