|
|
|
@ -24,8 +24,8 @@ namespace Avalonia.Diagnostics |
|
|
|
public Size Size { get; set; } = new Size(1280, 720); |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Get or set the startup screen number where the DevTools window will be displayed.
|
|
|
|
/// Get or set the startup screen index where the DevTools window will be displayed.
|
|
|
|
/// </summary>
|
|
|
|
public int? StartupScreen { get; set; } |
|
|
|
public int? StartupScreenIndex { get; set; } |
|
|
|
} |
|
|
|
} |
|
|
|
|