ThemedControlHandlerTControl, TWidget, TCallbackSize Property |
Gets or sets the size of the control. Use -1 to specify auto sizing for either the width and/or height.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual Size Size { get; set; }
Public Overridable Property Size As Size
Get
Set
abstract Size : Size with get, set
override Size : Size with get, set
Property Value
Type:
SizeThe size.
Implements
ControlIHandlerSizeSee Also