Click or drag to resize

ThemedContainerHandlerTControl, TWidget, TCallbackClientSize Property

Gets or sets the size of the client.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Size ClientSize { get; set; }

Property Value

Type: Size
The size of the client.

Implements

ContainerIHandlerClientSize
See Also