Start.IsNewShape Property
Specifies whether to form a single shape with the previous 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 separate the new geometry from the previous one; otherwise, false. |
Remarks
Consecutively defined geometries can be merged to form a single shape. To do this, set the Start.IsNewShape
property to false for the second and subsequent geometries.
See Also