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