DiagramLite Programmer's Guide
Diagram.RoundedLinks Property
See Also
 





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.Silverlight

 Syntax

C#  Copy Code

public bool RoundedLinks { get; set; }

Visual Basic  Copy Code

Public Property RoundedLinks As Boolean

 Property Value

true to render rounded segment joins; otherwise, false. The default is false.

 Remarks

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.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
DiagramLink.Shape Property
LinkCrossings Property