LayoutTreeSnapshotTextColorOpacities Property |
Version 98.1.210
The list of computed text opacities.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp (in CefSharp.dll) Version: 98.1.210.0 (98.1.210.0)
Syntax public double[] TextColorOpacities { get; set; }
public:
property array<double>^ TextColorOpacities {
array<double>^ get ();
void set (array<double>^ value);
}
Property Value
Type:
DoubleSee Also