DayViewBaseActualAppearance.RulerHeaderTextFontSize Property
Gets the text’s font size value that is applied to the time ruler cell header. To specify this value, use the TextFontSize property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double RulerHeaderTextFontSize { get; }
Property Value
| Type | Description |
|---|---|
| Double | The text’s font size. |
See Also