DevToolsExtensions.

AttachDevTools(TopLevel) Method

Summary

Attaches DevTools to a window, to be opened with the F12 key.
Namespace
Avalonia
Containing Type
DevToolsExtensions

Syntax

public static void AttachDevTools(this TopLevel root)

Parameters

Name Type Description
root TopLevel The window to attach DevTools to.

Return Value

Type Description
void