Skip to main content

AppointmentStyle.TextStyle Property

Gets or sets settings that manage how appointments draw their text.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public TextStyle TextStyle { get; set; }

Property Value

Type Description
TextStyle

The storage of settings that manage how appointments draw their text.

See Also