DevToolsOptionsShowAsChildWindow 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) Version: 11.3.999
public bool ShowAsChildWindow { get; set; }

Property Value

Boolean

Remarks

This setting is ignored if DevTools is attached to Application

See Also