FontSizesStandard Property |
Version 130.1.90
Default standard font size.
Namespace: CefSharp.DevTools.PageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public int? Standard { get; set; }
public:
property Nullable<int> Standard {
Nullable<int> get ();
void set (Nullable<int> value);
}
Property Value
NullableInt32See Also