| ChromiumHostControlBaseDefaultSize Property | 
Version 130.1.90
            Gets the default size of the control.
            
Namespace: CefSharp.WinForms.HostAssembly: CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 129.0.110.0 (129.0.110.0)
 Syntax
Syntaxprotected override Size DefaultSize { get; }protected:
virtual property Size DefaultSize {
	Size get () override;
}Property Value
Size
            The default 
Size of the control.
            
 See Also
See Also