Skip to main content

MonthViewCellViewModel.DayNumberTextFontSize Property

Gets or sets the size of the cell day number text.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public double DayNumberTextFontSize { get; set; }

Property Value

Type Description
Double

The size of the cell day number text, in density independent pixels.

See Also