Click or drag to resize

ChromiumHostControlDefaultSize Property

Version 91.1.160
Gets the default size of the control.

Namespace:  CefSharp.WinForms.Host
Assembly:  CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 91.1.160.0 (91.1.160.0)
Syntax
protected override Size DefaultSize { get; }

Property Value

Type: Size
The default Size of the control.
See Also