Northwoods.GoSilverlight 1.3.5 Assembly
BackgroundTemplate Property
See Also  Send Feedback
Northwoods.GoXam Namespace > PrintManager Class : BackgroundTemplate Property

Gets or sets the DataTemplate printed as the background for each page.

Syntax

Visual Basic (Declaration) 
Public Property BackgroundTemplate As DataTemplate
C# 
public DataTemplate BackgroundTemplate {get; set;}

Property Value

The default value is null -- this prints no per-page decorations.

Remarks

The background elements are printed behind any GridPattern.

The background DataTemplate is data-bound to an instance of PrintManager.PageInfo that describes the current page.

Requirements

See Also

© 2012 All Rights Reserved.