Back to Devexpress

DiagramControl.PrintPageBackgroundTemplate Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-c4a28fd8.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public DataTemplate PrintPageBackgroundTemplate { get; set; }
vb
Public Property PrintPageBackgroundTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

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

|

Remarks

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

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

Note

To specify a custom page background for the application, use the DiagramControl.DiagramPageBackgroundTemplate property.

See Also

DiagramPageBackgroundTemplate

BackgroundTemplate

DiagramControl Class

DiagramControl Members

DevExpress.Xpf.Diagram Namespace