Summary
Describes options used to customize DevTools.
- Namespace
- Avalonia
.Diagnostics - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["DevToolsOptions"]
class Type type-node
Syntax
public class DevToolsOptions
Properties
Name | Value | Summary |
---|---|---|
Gesture | KeyGesture |
Gets or sets the key gesture used to open DevTools.
|
ShowAsChildWindow | bool |
Gets or sets a value indicating whether DevTools should be displayed as a child window
of the window being inspected. The default value is true.
|
Size | Size |
Gets or sets the initial size of the DevTools window. The default value is 1024x512.
|