Skip to main content

LinkBase.Margins Property

Specifies the margins of a document page.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public Margins Margins { get; set; }

#Property Value

Type Description
Margins

A Margins object representing the margins of a report page.

#Implements

DevExpress.XtraPrinting.Native.ILink2.Margins
See Also