Share via


RangeSlider Class

Definition

public class RangeSlider : Xamarin.CommunityToolkit.UI.Views.Internals.BaseTemplatedView<Xamarin.Forms.AbsoluteLayout>
Inheritance

Constructors

RangeSlider()

Fields

LowerThumbBorderColorProperty
LowerThumbColorProperty
LowerThumbRadiusProperty
LowerThumbSizeProperty
LowerThumbViewProperty
LowerValueLabelStyleProperty
LowerValueProperty
MaximumValueProperty
MinimumValueProperty
StepValueProperty
ThumbBorderColorProperty
ThumbColorProperty
ThumbRadiusProperty
ThumbSizeProperty
TrackBorderColorProperty
TrackColorProperty
TrackHighlightBorderColorProperty
TrackHighlightColorProperty
TrackRadiusProperty
TrackSizeProperty
UpperThumbBorderColorProperty
UpperThumbColorProperty
UpperThumbRadiusProperty
UpperThumbSizeProperty
UpperThumbViewProperty
UpperValueLabelStyleProperty
UpperValueProperty
ValueLabelSpacingProperty
ValueLabelStringFormatProperty
ValueLabelStyleProperty

Properties

Control (Inherited from BaseTemplatedView<TControl>)
LowerThumbBorderColor
LowerThumbColor
LowerThumbRadius
LowerThumbSize
LowerThumbView
LowerValue
LowerValueLabelStyle
MaximumValue
MinimumValue
StepValue
ThumbBorderColor
ThumbColor
ThumbRadius
ThumbSize
TrackBorderColor
TrackColor
TrackHighlightBorderColor
TrackHighlightColor
TrackRadius
TrackSize
UpperThumbBorderColor
UpperThumbColor
UpperThumbRadius
UpperThumbSize
UpperThumbView
UpperValue
UpperValueLabelStyle
ValueLabelSpacing
ValueLabelStringFormat
ValueLabelStyle

Methods

OnBindingContextChanged() (Inherited from BaseTemplatedView<TControl>)
OnChildAdded(Element) (Inherited from BaseTemplatedView<TControl>)
OnControlInitialized(AbsoluteLayout)
OnControlInitialized(TControl) (Inherited from BaseTemplatedView<TControl>)
OnPropertyChanged(String)
OnSizeAllocated(Double, Double)

Events

DragCompleted
DragStarted
LowerDragCompleted
LowerDragStarted
LowerValueChanged
UpperDragCompleted
UpperDragStarted
UpperValueChanged
ValueChanged

Applies to