Class LabelPlacement
Specifies the Ticks placement with range slider.
Inheritance
System.Object
LabelPlacement
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public sealed class LabelPlacement : Enum
Fields
BottomRight
The labels are placed bottom for horizontal orientation and right for vertical orientation.
Declaration
public const LabelPlacement BottomRight
Field Value
Type |
---|
LabelPlacement |
TopLeft
The labels are placed top for horizontal orientation and left for vertical orientation.
Declaration
public const LabelPlacement TopLeft
Field Value
Type |
---|
LabelPlacement |