| ChromiumWebBrowserDefaultSize Property  | 
Version 81.3.100 
            Gets the default size of the control.
            
 
    Namespace: 
   CefSharp.WinForms
    Assembly:
   CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 81.3.100.0 (81.3.100.0)
 Syntax
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
See Also