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

CustomizeLabelPage.BottomMargin Property

Specifies the value of the Bottom Margin editor.

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

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

Declaration

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

Property Value

Type Description
Single

A Single value.

See Also