Gets or sets the logical bottom of this rectangle (Y + Height if Height is positive, Y + 1 if negative)
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int Bottom { get; set; }
Public Property Bottom As Integer
Get
Set
member Bottom : int with get, set
Property Value
Type:
Int32Remarks
This differs from the in that this will return the co-ordinate adjacent to the bottom edge
of the rectangle, whereas returns the co-ordinate that is inside the rectangle
See Also