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

ShapeDescription.GetDefaultShape() Method

Returns the shape with the default size and parameters.

Namespace: DevExpress.Diagram.Core

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

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.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