DrawingSurfaceBackgroundGrid.SetBackgroundManipulationHandler Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets the object that will receive manipulation events from the DrawingSurfaceBackgroundGrid.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Sub SetBackgroundManipulationHandler ( _ backgroundManipulationHandlerInspectable As Object _ )
Parameters
- backgroundManipulationHandlerInspectable
- Type: System.Object
A Windows Phone Runtime object that implements the IDrawingSurfaceManipulationHost interface.
Show: