ShapeType.GeometryType Property
Returns the shape geometry type.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Property Value
| Type | Description |
|---|---|
| ShapeGeometryType | The shape geometry type. |
Available values:
| Name | Description |
|---|---|
| None | The shape geometry is not specified. |
| Preset | The shape has a preset geometry. |
| Custom | The shape has a custom geometry. |
See Also