TimeRulerCellViewModel.TickLength Property
Gets or sets the tick length of the cell.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
Declaration
public double TickLength { get; set; }
Property Value
Type | Description |
---|---|
Double | The tick length of the cell. |
See Also