DevToolsExtensions.

AttachDevTools(TopLevel, KeyGesture) Method

Summary

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

Syntax

public static void AttachDevTools(this TopLevel root, KeyGesture gesture)

Parameters

Name Type Description
root TopLevel The window to attach DevTools to.
gesture KeyGesture The key gesture to open DevTools.

Return Value

Type Description
void