DayViewBaseActualAppearance.RulerHeaderTextSpacing Property
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
public float RulerHeaderTextSpacing { get; }
Property Value
Type | Description |
---|---|
Single | The text’s spacing. |
See Also