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

ShapeRectangleOffset.Bottom Property

Gets or sets the offset from the bottom edge of the shape.

Namespace: DevExpress.Spreadsheet.Drawings

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

Declaration

double Bottom { get; set; }

Property Value

Type Description
Double

A Double value. A positive value indicates an inset and a negative value specifies an outset.

See Also