DayViewBaseActualAppearance.RulerCellIntervalLabelTextFontAttributes Property
Gets the text font attribute value that is applied to the time ruler cell’s label when the cell displays a time slot that is the first slot in the time scale interval. To specify this value, use the IntervalLabelTextFontAttributes property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public FontAttributes RulerCellIntervalLabelTextFontAttributes { get; }
Property Value
Type | Description |
---|---|
FontAttributes | The text font attribute value. |
See Also