Click or drag to resize

RectangleLeft Property

Gets or sets the logical left of this rectangle (X co-ordinate if Width is positive, X + Width if negative)

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public int Left { get; set; }

Property Value

Type: Int32
See Also