CustomizeLabelPage.VerticalPitch Property
Specifies the value of the Vertical Pitch editor.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages
Assembly: DevExpress.Xpf.ReportDesigner.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
[BindableProperty(OnPropertyChangedMethodName = "OnLabelInformationChanged")]
public virtual float VerticalPitch { get; set; }
Property Value
Type | Description |
---|---|
Single | A Single value. |
See Also