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

LabelInfo.VPitch Property

Specifies the vertical pitch of a label, 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 VPitch { get; set; }

Property Value

Type Description
Single

A Single value.

See Also