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