WindowSortWindowsByZOrder Method
Sorts the windows ascending by their Z order - the topmost window will be the last in the list.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SortWindowsByZOrder(
Window[] windows
)
Public Shared Sub SortWindowsByZOrder (
windows As Window()
)
static member SortWindowsByZOrder :
windows : Window[] -> unit
Parameters
- windows Window