Skip to main content
A newer version of this page is available. .

DayViewHeaderItemViewModel.TextSpacing Property

Gets or sets the distance between the week day text and the day number text.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

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