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