Class Placement
Holds slider component's Ticks Placement options.
Inheritance
System.Object
Placement
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Placement : Enum
Fields
After
This is used to rendering tiks element after the slider track.
Declaration
public const Placement After
Field Value
Type |
---|
Placement |
Before
This is used to rendering tiks element before the slider track.
Declaration
public const Placement Before
Field Value
Type |
---|
Placement |
Both
This is used to rendering tiks element before and after the slider track.
Declaration
public const Placement Both
Field Value
Type |
---|
Placement |
None
This enum value will restrict the ticks element rendering.
Declaration
public const Placement None
Field Value
Type |
---|
Placement |