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

LabelInfo.LabelHeight Property

Specifies the label’s height, measured in the units defined by the LabelInfo.Unit property.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public float LabelHeight { get; set; }

Property Value

Type Description
Single

A Single value.

See Also