TimeRulerHeaderAppearance.TextSpacing Property
Gets or sets the spacing of the time ruler header’s text. This is a bindable property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public float TextSpacing { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Single | 0 | The spacing of the time ruler header’s text. |
See Also