DevToolsOptions Class
Describes options used to customize DevTools.
Definition
Namespace: Avalonia.Diagnostics
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll)
- C#
- VB
- F#
public class DevToolsOptions
Public Class DevToolsOptions
type DevToolsOptions = class end
Inheritance | Object → DevToolsOptions |
Constructors
DevToolsOptions() | Initializes a new instance of the DevToolsOptions class |
Properties
FocusHighlighterBrush | Get or set Focus Highlighter Brush |
Gesture | Gets or sets the key gesture used to open DevTools. |
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) |
Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode() | Serves as the default hash function. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() | Returns a string that represents the current object. (Inherited from Object) |