Skip to main content

CustomizeLabelPage.LeftMargin Property

Specifies the value of the Left 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 LeftMargin { get; set; }

Property Value

Type Description
Single

A Single value.

See Also