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)
- C#
- VB
- F#
public bool ShowAsChildWindow { get; set; }
Public Property ShowAsChildWindow As Boolean
Get
Set
member ShowAsChildWindow : bool with get, set
Property Value
BooleanRemarks
This setting is ignored if DevTools is attached to Application