DrawingSurfaceBackgroundGrid.SetBackgroundContentProvider 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 perform drawing operations for the DrawingSurfaceBackgroundGrid.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Public Sub SetBackgroundContentProvider ( _ backgroundContentProviderInspectable As Object _ )
Parameters
- backgroundContentProviderInspectable
- Type: System.Object
A Windows Phone Runtime object that implements the IDrawingSurfaceBackgroundProvider interface.
Show: