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