Click or drag to resize

CSSClientGetComputedStyleForNodeAsync Method

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

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

Parameters

nodeId
Type: SystemInt32
nodeId

Return Value

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