Back to Devexpress

TemplatedLink.TopMarginData Property

wpf-devexpress-dot-xpf-dot-printing-dot-templatedlink-7f301af5.md

latest1.5 KB
Original Source

TemplatedLink.TopMarginData Property

Specifies the content for the document’s top margin. This is a dependency property.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

csharp
public object TopMarginData { get; set; }
vb
Public Property TopMarginData As Object

Property Value

TypeDescription
Object

A Object value.

|

Remarks

Use the TemplatedLink.TopMarginTemplate and TopMarginData properties, to provide data and a template for a document’s top margin.

To provide data for the bottom margin, use the TemplatedLink.BottomMarginData property.

See Also

BottomMarginData

TemplatedLink Class

TemplatedLink Members

DevExpress.Xpf.Printing Namespace