Skip to main content

CustomLabelInformation.HorizontalPitch Property

Specifies the horizontal pitch of a custom label.

Namespace: DevExpress.Data.XtraReports.Wizard

Assembly: DevExpress.Data.v14.2.dll

Declaration

public float HorizontalPitch { get; set; }
Public Property HorizontalPitch As Single

Property Value

Type Description
Single

A Single structure, specifying the custom label's horizontal pitch.

See Also