Click or drag to resize

ChromiumHostControlBaseDefaultSize Property

Version 99.2.120
Gets the default size of the control.

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

Property Value

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