FontVariationAxisMinValue Property |
Version 108.4.130
The minimum value (inclusive) the font supports for this tag.
Namespace:
CefSharp.DevTools.CSS
Assembly:
CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxpublic double MinValue { get; set; }
public:
property double MinValue {
double get ();
void set (double value);
}
Property Value
Type:
Double
See Also