Articles in this section
Category / Section

How to apply balloon tooltip in SfRangeSlider?

1 min read

The Syncfusion RangeSlider in Xamarin provides a support to change the shape of the tooltip as a Balloon.

 

This section explains how to apply balloon tooltip in SfRangeSlider.

 

Refer to this Getting started documentation to create a simple SfRangeSlider sample and configure it.

 

Initialize the SfRangeSlider in XAML page with the properties need to be assigned and set Visual type to Material to display balloon tooltip.

 

  <range:SfRangeSlider x:Name="rangeslider"
                             Orientation="Horizontal"
                             ShowValueLabel="True"
                             Visual="Material"
                             TrackColor="Red"
                             KnobColor="Black"
                             ShowRange="True" />
 

 

Output:

Balloon Tooltip

 

Note:

Balloon tooltip support has been implemented only on iOS and Android platforms.

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied