DayViewBaseActualAppearance.RulerHeaderTextSpacing Property
In This Article
Gets the text’s spacing value that is applied to the time ruler cell header. To specify this value, use the TextSpacing property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
#Declaration
C#
public float RulerHeaderTextSpacing { get; }
#Property Value
Type | Description |
---|---|
Single | The text’s spacing. |
See Also