Skip to main content
Row

ShapeGeometry Interface

Contains the shape geometry information.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public interface ShapeGeometry

The following members return ShapeGeometry objects:

Remarks

The Shape.ShapeGeometry property provides access to the ShapeGeometry object.

Use the ShapeGeometry object properties to specify the drawing object’s geometry type (ShapeGeometry.Preset) and retrieve the number of connection sites (ShapeGeometry.ConnectionSiteCount).

See Also