Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 753 Bytes

appwindowchangedeventargs_iszorderattop.md

File metadata and controls

28 lines (16 loc) · 753 Bytes
-api-id -api-type
P:Microsoft.UI.Windowing.AppWindowChangedEventArgs.IsZOrderAtTop
winrt property

Microsoft.UI.Windowing.AppWindowChangedEventArgs.IsZOrderAtTop

-description

Gets a value that indicates whether the window is now at the top of the Z-order.

-property-value

true if the position of the window is at the top of the topmost windows or the top of the non-topmost windows in Z-order.; otherwise, false.

-remarks

-see-also

AppWindow.MoveInZOrderAtBottom, AppWindow.MoveInZOrderAtTop, AppWindow.MoveInZOrderBelow

-examples