Start.IsSmoothJoin Property
Specifies whether to round the corners of the geometry.
Namespace: DevExpress.Diagram.Core.Shapes
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | 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.
See Also