DXSliderBase.TickmarkStep Property
Gets or sets a value that specifies the delta between tick marks drawn on a slider. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double TickmarkStep { get; set; }
Property Value
Type | Description |
---|---|
Double | A value that specifies the delta between ticks. |
Remarks
If you want to display tick marks, set the TickmarkStep
property to a value equal or greater than 1.
See Also