Table of Contents

Property FirstWindow

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

FirstWindow

Gets the first window in the current application's window collection.

public static Window? FirstWindow { get; }

Property Value

Window

The first Window instance in the application's window collection, or null if the application has no windows or is not running.