MonthViewCellViewModel.DayNumberTextFontSize Property
Gets or sets the size of the cell day number text.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.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