Skip to main content

CustomizeLabelPage.RightMargin Property

Specifies the value of the Right Margin editor.

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

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

NuGet Package: DevExpress.Wpf.Reporting

Declaration

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

Property Value

Type Description
Single

A Single value.

See Also