IWindowImplGetWindowsZOrder Method

Fills zOrder with numbers that represent the relative order of the windows in the z-order. The topmost window should have the highest number. Both the windows and zOrder lists are expected to be the same length.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
void GetWindowsZOrder(
	Span<Window> windows,
	Span<long> zOrder
)

Parameters

windows  SpanWindow
A span of windows to get their z-order
zOrder  SpanInt64
Span to be filled with associated window z-order

See Also