WindowSortWindowsByZOrder 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) Version: 11.3.999
public static void SortWindowsByZOrder(
	Window[] windows
)

Parameters

windows  Window

See Also