DevToolsOptions Class

Describes options used to customize DevTools.

Definition

Namespace: Avalonia.Diagnostics
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll) Version: 11.3.999
public class DevToolsOptions
Inheritance
Object    DevToolsOptions

Properties

FocusHighlighterBrush Get or set Focus Highlighter Brush
Gesture Gets or sets the key gesture used to open DevTools.
HotKeys Gets or inits the HotKeyConfiguration used to activate DevTools features
LaunchView Set the kind of diagnostic view that show at launch of DevTools
ScreenshotHandler Allow to customize SreenshotHandler
ShowAsChildWindow 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.
ShowImplementedInterfaces Gets or sets a value indicating whether DevTools should be displayed implemented interfaces on Control details. The default value is true.
Size Gets or sets the initial size of the DevTools window. The default value is 1280x720.
StartupScreenIndex Get or set the startup screen index where the DevTools window will be displayed.
ThemeVariant Gets or sets whether DevTools theme.

Methods

Equals(Object)Determines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also