Back to Devexpress

TemplatedLink.BottomMarginTemplate Property

wpf-devexpress-dot-xpf-dot-printing-dot-templatedlink-b9cebedd.md

latest1.5 KB
Original Source

TemplatedLink.BottomMarginTemplate Property

Specifies the bottom margin template for the document.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

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

Property Value

TypeDescription
DataTemplate

A DataTemplate object.

|

Remarks

Use the TemplatedLink.TopMarginTemplate and BottomMarginTemplate properties, to specify templates for the document margin areas.

For more information, see Printing Links.

See Also

TopMarginTemplate

TemplatedLink Class

TemplatedLink Members

DevExpress.Xpf.Printing Namespace