FontSizesStandard Property  | 
Version 108.4.130 
            Default standard font size.
            
 
    Namespace: 
   CefSharp.DevTools.Page
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic int? Standard { get; set; }public:
property Nullable<int> Standard {
	Nullable<int> get ();
	void set (Nullable<int> value);
}Property Value
Type: 
NullableInt32
See Also