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; }
Public Property ClientSize As Size
Get
Set
abstract ClientSize : Size with get, set
override ClientSize : Size with get, set
Property Value
Type:
SizeThe size of the client.
Implements
ContainerIHandlerClientSizeSee Also