StartupScreenIndex Property
Get or set the startup screen index where the DevTools window will be displayed.
Definition
Namespace: Avalonia.Diagnostics
Assembly: Avalonia.Diagnostics (in Avalonia.Diagnostics.dll)
- C#
- VB
- F#
public int? StartupScreenIndex { get; set; }
Public Property StartupScreenIndex As Integer?
Get
Set
member StartupScreenIndex : Nullable<int> with get, set