Skip to main content

ConfigureReportPageSettingsPage.TopMargin Property

Specifies the top margin of the report page, measured in the units defined by the Unit property.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

[BindableProperty(OnPropertyChangedMethodName = "OnTopMarginChanged")]
public virtual float TopMargin { get; set; }

Property Value

Type Description
Single

A Single value that specifies the page’s top margin.

See Also