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