Click or drag to resize

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; }

Property Value

Type: Size
The size.

Implements

ControlIHandlerSize
See Also