Gets or sets whether a tooltip that contains the current value of a RangeSlider Thumb displays when the Thumb is pressed. If a tooltip is displayed, this property also specifies the placement of the tooltip. Default is None.
Gets or sets the number of digits that are displayed to the right side of the decimal point for the Value of a RangeSlider Thumb in a tooltip. Default is 0.
Gets the percentage of the size of the HigherRange area within the entire min/max range. The higher range area is the area on the slider that is drawn between the higher thumb and the slider's Maximum.
Gets or sets a value indicating whether the HigherValue and LowerValue properties will be updated on the DragComplete event from the HigherSlider and LowerSlider thumbs or on the DragDelta.
Gets the percentage of the size of the LowerRange area within the entire min/max range. The lower range area is the area on the slider that is drawn between the slider's Minimum and the lower thumb.
Gets the percentage of the size of the selected range area within the entire min/max range. The selected range area is the area on the slider that is drawn between the lower and higher thumbs.
Gets or sets the step size (increase/decrease amount) used by the sliders. Used when the user clicks in the range areas (not the thumbs). Not used when interactively dragging the thumbs.