Skip to main content

ViewBaseActualAppearance.AppointmentTextFontAttributes Property

Gets the text font attribute value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the TextFontAttributes property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public FontAttributes AppointmentTextFontAttributes { get; }

Property Value

Type Description
FontAttributes

The font attributes.

See Also