Version

RegisterBackgroundContent Method

Registers the given DependencyObject as background content.
Syntax
'Declaration
 
Protected Sub RegisterBackgroundContent( _
   ByVal content As DependencyObject, _
   ByVal refresh As Action(Of Boolean) _
) 
protected void RegisterBackgroundContent( 
   DependencyObject content,
   Action<bool> refresh
)

Parameters

content
The DependencyObject to register as background content.
refresh
An action to be invoked each time the background content is being refreshed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also