RectangleInnerRight Property |
Gets or sets the right of the rectangle that is inside the bounds
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int InnerRight { get; set; }
Public Property InnerRight As Integer
Get
Set
member InnerRight : int with get, set
Property Value
Type:
Int32Remarks
Similar to but inside the rectangle's bounds instead of just to the right
See Also