Skip to main content

HotKeyConfiguration Class

Definition

Namespace: Avalonia.Diagnostics
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll)

public class HotKeyConfiguration
View Source
InheritanceObject → HotKeyConfiguration

Constructors

HotKeyConfiguration()Initializes a new instance of the HotKeyConfiguration class

Properties

InspectHoveredControlInspects the hovered Control in the Logical or Visual Tree Page
ScreenshotSelectedControlSaves a Screenshot of the Selected Control in the Logical or Visual Tree Page
TogglePopupFreezeToggles the freezing of Popups which prevents visible Popups from closing so they can be inspected
ValueFramesFreezeFreezes refreshing the Value Frames inspector for the selected Control
ValueFramesUnfreezeResumes 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)

See Also

Reference

Avalonia.Diagnostics Namespace