Edit

Share via


PrintHelper.AddFrameworkElementToPrint(FrameworkElement) Method

Definition

Adds an element to the list of elements to print.

public void AddFrameworkElementToPrint (Windows.UI.Xaml.FrameworkElement element);
member this.AddFrameworkElementToPrint : Windows.UI.Xaml.FrameworkElement -> unit
Public Sub AddFrameworkElementToPrint (element As FrameworkElement)

Parameters

element
Windows.UI.Xaml.FrameworkElement

Framework element to print.

Remarks

The element cannot have a parent; It must not be included in any visual tree.

Applies to