Shape.ShapeGeometry Property
In This Article
Provides access to the shape’s geometry options.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
ShapeGeometry ShapeGeometry { get; }
#Property Value
Type | Description |
---|---|
Shape |
A Shape |
#Remarks
Use the ShapeGeometry options to define the shape’s geometry type (ShapeGeometry.Preset) and retrieve a number of connection sites (ShapeGeometry.ConnectionSiteCount).
See Also