HighlightConfigContrastAlgorithm Property |
Version 92.0.260 [Missing <summary> documentation for "P:CefSharp.DevTools.Overlay.HighlightConfig.ContrastAlgorithm"]
Namespace:
CefSharp.DevTools.Overlay
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.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