ShapeGeometry Interface
Contains the shape geometry information.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Related API Members
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