Gets or sets a value indicating whether the layout should smooth link bends.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public bool RoundedLinks { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RoundedLinks As Boolean |
true to smooth link bends; otherwise, false.
See Also