Skip to main content

LinkBase.Margins Property

Gets or sets the margins of a report page (in hundredths of an inch).

Namespace: DevExpress.WinUI.Printing

Assembly: DevExpress.WinUI.Printing.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public DXMargins Margins { get; set; }

#Property Value

Type Description
DXMargins

The margins of a report page (in hundredths of an inch).

See Also