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