DayViewBaseActualAppearance.RulerCellSlotLabelTextFontAttributes Property
Gets the font attribute value that is applied to the time ruler cell’s slot. To specify this value, use the SlotLabelTextFontAttributes property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public FontAttributes RulerCellSlotLabelTextFontAttributes { get; }
Property Value
| Type | Description |
|---|---|
| FontAttributes | The font attribute value. |
See Also