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

ShapeGeometry.Preset Property

Gets or sets the shape’s geometry type.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

ShapeGeometryPreset Preset { get; set; }

Property Value

Type Description
ShapeGeometryPreset

One of the ShapeGeometryPreset enumeration values indicating the shape’s geometry preset.

Remarks

The shape’s geometry type is defined by the ShapeCollection.AddShape method’s shapePreset parameter.

See Also