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