Skip to main content

Start.IsSmoothJoin Property

Specifies whether to round the corners of the geometry.

Namespace: DevExpress.Diagram.Core.Shapes

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

NuGet Package: DevExpress.Diagram.Core

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