Click or drag to resize

ContainerClientSize Property

Gets or sets the size for the client area of the control

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 area
Remarks
The client size differs from the Size in that it excludes the decorations of the container, such as the title bar and border around a Window, or the title and line around a GroupBox.
See Also