Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ShapeGeometry Interface

Contains the shape geometry information.

Namespace: DevExpress.Spreadsheet

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

Declaration

public interface ShapeGeometry

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