Gets or sets the radius of the corners. This specifies how large the curve or bevel of each corner is. This value should be less than or equal to the SegmentEndBuffer property; for optimum visual results, it should be equal to the SegmentEndBuffer.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public double CornerRadius { get; set; }
Visual Basic (Declaration)
Public Property CornerRadius As Double

Remarks

If CornerRadius is not equal to SegmentEndBuffer, then you may see 'floating' corners on connections that are mounted to other connections.

See Also