Class TickPlacement
Specifies the Ticks placement with range slider.
Inheritance
System.Object
    TickPlacement
  Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class TickPlacement : Enum
  Fields
BottomRight
The ticks are placed bottom for horizontal orientation and right for vertical orientation.
Declaration
public const TickPlacement BottomRight
  Field Value
| Type | 
|---|
| TickPlacement | 
Inline
The ticks are placed inside the range slider.
Declaration
public const TickPlacement Inline
  Field Value
| Type | 
|---|
| TickPlacement | 
None
The ticks are not showing.
Declaration
public const TickPlacement None
  Field Value
| Type | 
|---|
| TickPlacement | 
Outside
The ticks are placed both side for horizontal orientation ticks are in top and bottom and for vertical orientation ticks are in left and right.
Declaration
public const TickPlacement Outside
  Field Value
| Type | 
|---|
| TickPlacement | 
TopLeft
The ticks are placed top for horizontal orientation and left for vertical orientation.
Declaration
public const TickPlacement TopLeft
  Field Value
| Type | 
|---|
| TickPlacement |