Click or drag to resize

DOMClientGetRelayoutBoundaryAsync Method

Version 86.0.240
Returns the id of the nearest ancestor that is a relayout boundary.

Namespace:  CefSharp.DevTools.DOM
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<GetRelayoutBoundaryResponse> GetRelayoutBoundaryAsync(
	int nodeId
)

Parameters

nodeId
Type: SystemInt32
Id of the node.

Return Value

Type: TaskGetRelayoutBoundaryResponse
returns System.Threading.Tasks.Task<GetRelayoutBoundaryResponse>
See Also