| CSSClientGetComputedStyleForNodeAsync Method  | 
Version 90.6.50 
            Returns the computed style for a DOM node identified by `nodeId`.
            
 
    Namespace: 
   CefSharp.DevTools.CSS
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<GetComputedStyleForNodeResponse> GetComputedStyleForNodeAsync(
	int nodeId
)
public:
Task<GetComputedStyleForNodeResponse^>^ GetComputedStyleForNodeAsync(
	int nodeId
)
Parameters
- nodeId
- Type: SystemInt32
 nodeId
Return Value
Type: 
TaskGetComputedStyleForNodeResponsereturns System.Threading.Tasks.Task<GetComputedStyleForNodeResponse>
 See Also
See Also