HotKeyConfiguration Class

Definition

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

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)
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