Skip to main content

ShapeRectangleOffset.Left Property

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

Namespace: DevExpress.Spreadsheet.Drawings

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

double Left { 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