DayViewBaseActualAppearance.AllDayAppointmentTextFontSize Property
Gets the text’s font family value that is applied to the AppointmentItem whose AllDay property is true
. 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 AllDayAppointmentTextFontSize { get; }
Property Value
Type | Description |
---|---|
Double | The text’s font family value. |
See Also