Gets or sets a value indicating whether the joins between segments of Polyline and Cascading links should be rounded.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool RoundedLinks { get; set; } |
Visual Basic Copy Code |
---|
Public Property RoundedLinks As Boolean |
true to use rounded segment joins; otherwise, false. The default is false.
The value of this property is considered when drawing links whose Shape is set to Polyline or Cascading. If the property is enabled, the joins between the segments of all such links are drawn as arcs, whose radius equals the value of RoundedLinksRadius.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |