Skip to main content

Start.IsNewShape Property

Specifies whether to form a single shape with the previous geometry.

Namespace: DevExpress.Diagram.Core.Shapes

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

NuGet Package: DevExpress.Diagram.Core

Declaration

[DefaultValue(true)]
public bool IsNewShape { get; set; }

Property Value

Type Default Description
Boolean true

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