ChromiumHostControlBaseDefaultSize Property  | 
Version 104.4.240 
            Gets the default size of the control.
            
 
    Namespace: 
   CefSharp.WinForms.Host
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxprotected override Size DefaultSize { get; }protected:
virtual property Size DefaultSize {
	Size get () override;
}Property Value
Type: 
Size
            The default 
Size of the control.
            
See Also