HighlightConfigContrastAlgorithm Property |
Version 104.4.240
The contrast algorithm to use for the contrast ratio (default: aa).
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public ContrastAlgorithm? ContrastAlgorithm { get; set; }
public:
property Nullable<ContrastAlgorithm> ContrastAlgorithm {
Nullable<ContrastAlgorithm> get ();
void set (Nullable<ContrastAlgorithm> value);
}
Property Value
Type:
NullableContrastAlgorithmSee Also