Skip to main content

XtraPageSettingsBase.MarginsF Property

Gets the margins of a report page measured in three hundredths of an inch.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public MarginsF MarginsF { get; }

Property Value

Type Description
DevExpress.XtraPrinting.Native.MarginsF

The margins (measured in 1/300 of an inch) of a report page.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to MarginsF
Cross-Platform Class Library PrintingSystemBase
.PageSettings .MarginsF
WPF Controls IDocumentViewModel
.PageSettings .MarginsF

Remarks

For more information, refer to the Margins topic in MSDN.

See Also