Skip to main content
A newer version of this page is available. .

DiagramControl.PrintPageBackgroundTemplate Property

Gets or sets the template that specifies the background of a printed page. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public DataTemplate PrintPageBackgroundTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that specifies the background of a printed page.

Remarks

Use the PrintPageBackgroundTemplate property to specify a custom printed page background.

Note

The background specified by the DiagramControl.DiagramPageBackgroundTemplate property is printed on top of the printed page background.

See Also