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

XtraPageSettingsBase.RightMarginF Property

Gets or sets the right page margin.

Namespace: DevExpress.XtraPrinting

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

Declaration

public float RightMarginF { 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 RightMarginF
Cross-Platform Class Library RemotePrintingSystem
.PageSettings.RightMarginF
PrintingSystemBase
.PageSettings.RightMarginF
WinForms Controls PrintingSystem
.PageSettings.RightMarginF
WPF Controls IDocumentViewModel
.PageSettings.RightMarginF
PrintingSystem
.PageSettings.RightMarginF

Implements

See Also