HotKeyConfiguration Class
Definition
Namespace: Avalonia.Diagnostics
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll)
- C#
- VB
- F#
public class HotKeyConfiguration
Public Class HotKeyConfiguration
type HotKeyConfiguration = class end
| Inheritance | Object → HotKeyConfiguration |
Constructors
| HotKeyConfiguration() | Initializes a new instance of the HotKeyConfiguration class |
Properties
| InspectHoveredControl | Inspects the hovered Control in the Logical or Visual Tree Page |
| ScreenshotSelectedControl | Saves a Screenshot of the Selected Control in the Logical or Visual Tree Page |
| TogglePopupFreeze | Toggles the freezing of Popups which prevents visible Popups from closing so they can be inspected |
| ValueFramesFreeze | Freezes refreshing the Value Frames inspector for the selected Control |
| ValueFramesUnfreeze | Resumes refreshing the Value Frames inspector for the selected Control |
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) |