Gets or sets the logical top of this rectangle (Y co-ordinate if Height is positive, Y + Height if negative)
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int Top { get; set; }
Public Property Top As Integer
Get
Set
member Top : int with get, set
Property Value
Type:
Int32Remarks
This is always the logical top, where if the
Height is positive it will adjust the Y co-ordinate.
If the Height of the rectangle is negative, then this will adjust the Height when setting the value.
See Also