Click or drag to resize

CSSClientGetComputedStyleForNodeAsync Method

Version 130.1.90
Returns the computed style for a DOM node identified by `nodeId`.

Namespace: CefSharp.DevTools.CSS
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<GetComputedStyleForNodeResponse> GetComputedStyleForNodeAsync(
	int nodeId
)

Parameters

nodeId  Int32
nodeId

Return Value

TaskGetComputedStyleForNodeResponse
returns System.Threading.Tasks.Task<GetComputedStyleForNodeResponse>
See Also