Skip to main content
A newer version of this page is available. .

XtraPageSettingsBase.TopMarginF Property

Gets or sets the top page margin.

Namespace: DevExpress.XtraPrinting

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

Declaration

public float TopMarginF { get; set; }

Property Value

Type Description
Single

A Single value.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to TopMarginF
Cross-Platform Class Library RemotePrintingSystem
.PageSettings.TopMarginF
PrintingSystemBase
.PageSettings.TopMarginF
WinForms Controls PrintingSystem
.PageSettings.TopMarginF
WPF Controls IDocumentViewModel
.PageSettings.TopMarginF
PrintingSystem
.PageSettings.TopMarginF

Implements

See Also