Class ValuePlacement
Contains the values for the ValuePlacement enumeration that determines the placement of the value.
Inheritance
System.Object
ValuePlacement
Namespace: Syncfusion.SfRangeSlider.XForms
Assembly: Syncfusion.SfRangeSlider.XForms.dll
Syntax
public sealed class ValuePlacement : Enum
Fields
BottomRight
Displays the values representation at bottom and right side for vertical and horizontal orientation respectively.
Declaration
public const ValuePlacement BottomRight
Field Value
Type |
---|
ValuePlacement |
TopLeft
Displays the values representation at top and left side for vertical and horizontal orientation respectively.
Declaration
public const ValuePlacement TopLeft
Field Value
Type |
---|
ValuePlacement |