Click or drag to resize

ButtonSize 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 override Size Size { get; set; }

Property Value

Type: Size
The size of the control.
See Also