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 float Right { get; set; }
Public Property Right As Single
Get
Set
member Right : float32 with get, set
Property Value
Type:
SingleRemarks
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