Class TickPlacement
Contains the values for the TickPlacement enumeration that determines the placement of the tick representation.
Inheritance
System.Object
TickPlacement
Namespace: Syncfusion.SfRangeSlider.XForms
Assembly: Syncfusion.SfRangeSlider.XForms.dll
Syntax
public sealed class TickPlacement : Enum
Fields
BottomRight
Displays the ticks representation at bottom and right side for vertical and horizontal orientation respectively.
Declaration
public const TickPlacement BottomRight
Field Value
Type |
---|
TickPlacement |
Inline
Displays the ticks representation on the track.
Declaration
public const TickPlacement Inline
Field Value
Type |
---|
TickPlacement |
None
Hides the ticks representation.
Declaration
public const TickPlacement None
Field Value
Type |
---|
TickPlacement |
Outside
Displays the ticks representation outside to the track.
Declaration
public const TickPlacement Outside
Field Value
Type |
---|
TickPlacement |
TopLeft
Displays the ticks representation at top and left side for vertical and horizontal orientation respectively.
Declaration
public const TickPlacement TopLeft
Field Value
Type |
---|
TickPlacement |