Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.18 KB

applicationview_adjacenttorightdisplayedge.md

File metadata and controls

25 lines (17 loc) · 1.18 KB
-api-id -api-type
P:Windows.UI.ViewManagement.ApplicationView.AdjacentToRightDisplayEdge
winrt property

Windows.UI.ViewManagement.ApplicationView.AdjacentToRightDisplayEdge

-description

Gets a value that indicates whether the current window is in close proximity to the right edge of the screen.

-property-value

true if the current window is in close proximity to the right edge of the screen; otherwise, false.

-remarks

The system raises the CoreWindow.SizeChanged event when the value of this property changes. This is exposed to XAML apps as the Window.SizeChanged event and to HTML apps as the window.resize event.

The property is a nonstatic member of the window object. For JavaScript, this means that it is a method of the window object that getForCurrentView creates, not of the ApplicationView class.

-examples

-see-also