CustomizeLabelPage.LeftMargin Property
In This Article
Specifies the value of the Left Margin editor.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v24.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