Skip to main content

ShapeDescription.GetDefaultShape() Method

Returns the shape with the default size and parameters.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public ShapeGeometry GetDefaultShape()

Returns

Type Description
DevExpress.Diagram.Core.ShapeGeometry

A DevExpress.Diagram.Core.ShapeGeometry object that is the shape with the default size and parameters.

See Also