Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.44 KB

edgegesture_getforcurrentview_1363600702.md

File metadata and controls

25 lines (18 loc) · 1.44 KB
-api-id -api-type -api-device-family-note
M:Windows.UI.Input.EdgeGesture.GetForCurrentView
winrt method
xbox

Windows.UI.Input.EdgeGesture.GetForCurrentView

-description

Gets an instance of the EdgeGesture class that is used to add and remove event delegate handlers for the current view.

-returns

The currently relevant instance of the EdgeGesture object.

-remarks

This method uses the current CoreWindow of your application's CoreApplication object to determine the particular instance. That is, there is a 1:1 correspondence between different instances of EdgeGesture and CoreWindow. You cannot obtain an instance of an EdgeGesture class for another app, nor can an EdgeGesture instance be obtained for an app without a current CoreWindow.

-examples

-see-also

Edge gesture invocation sample