DayViewBaseActualAppearance.RulerCellTickThickness Property
Gets the tick thickness value that is applied to the time ruler cell’s slot. To specify this value, use the SlotTickLength property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public double RulerCellTickThickness { get; }
Property Value
Type | Description |
---|---|
Double | The tick thickness. |
See Also