TemplatedLink.BottomMarginTemplate Property
In This Article
Specifies the bottom margin template for the document.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public DataTemplate BottomMarginTemplate { get; set; }
#Property Value
Type | Description |
---|---|
Data |
A Data |
#Remarks
Use the TemplatedLink.TopMarginTemplate and BottomMarginTemplate properties, to specify templates for the document margin areas.
For more information, see Printing Links.
See Also