Gets or sets the visual element to print.
Public Property PageVisual As UIElement
public UIElement PageVisual { get; set; }
To print the entire Silverlight control, set the PageVisual property to the root visual element. Alternatively, you can print a portion of the Silverlight control by setting PageVisual to the named UIElement that you want to print.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.