Skip to main content

ShowAsChildWindow Property

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.

Definition

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

public bool ShowAsChildWindow { get; set; }

Property Value

Boolean

Remarks

This setting is ignored if DevTools is attached to Application

See Also

Reference

DevToolsOptions Class
Avalonia.Diagnostics Namespace