DayViewHeaderItemViewModel.TextSpacing Property
Gets or sets the distance between the week day text and the day number text.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double TextSpacing { get; set; }
Property Value
Type | Description |
---|---|
Double | The distance between the week day text and the day number text, in density independent pixels. |
See Also