Skip to main content
A newer version of this page is available. .

Start.IsNewShape Property

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

Namespace: DevExpress.Diagram.Core.Shapes

Assembly: DevExpress.Diagram.v19.1.Core.dll

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