SetContentProvider Method
Collapse the table of content
Expand the table of content

DrawingSurface.SetContentProvider 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 DrawingSurface.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Public Sub SetContentProvider ( _
	contentProviderInspectable As Object _
)

Parameters

contentProviderInspectable
Type: System.Object
A Windows Phone Runtime object that implements the IDrawingSurfaceProvider interface.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft