New to Telerik UI for BlazorStart a free 30-day trial

Defines the position of the ticks in the Slider.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum SliderTickPosition

Fields

The tick marks are located to the bottom side of the horizontal track or to the right side of the vertical track.

C#
After = 1

The tick marks are located to the top side of the horizontal track or to the left side of a vertical track.

C#
Before = 0

The tick marks are located on both sides of the track. This is the default value for the Slider.

C#
Both = 2

The tick marks are not visible. The actual elements are not added to the DOM tree.

C#
None = 3
In this article
DefinitionFieldsAfterBeforeBothNone
Not finding the help you need?
Contact Support