Skip to main content
A newer version of this page is available. .

Start.IsSmoothJoin Property

Specifies whether to round the corners of the geometry.

Namespace: DevExpress.Diagram.Core.Shapes

Assembly: DevExpress.Diagram.v18.2.Core.dll

Declaration

[DefaultValue(false)]
public bool IsSmoothJoin { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to round the corners of the geometry; otherwise, false.

Remarks

Set the IsSmoothJoin property to true to avoid jagged corners when the shape consists of multiple geometries. See the illustration below.

IsSmoothJoin

See Also