Skip to main content

CustomizeLabelPage.Height Property

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

Property Value

Type Description
Single

A Single value.

See Also