Skip to main content

ViewBaseActualAppearance.AppointmentTextFontSize Property

Gets the text font size value that is applied to the DevExpress.Maui.Scheduler view’s appointments. 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 AppointmentTextFontSize { get; }

Property Value

Type Description
Double

The font size.

See Also