Articles in this section
Category / Section

How to change the selected area color in SfRangeSlider in WindowsPhone ?

1 min read

in This article explains how to change the selected area color in SfRangeSlider.

This can be achieved by the following process. By using the ActiveTrackStyle property, yYou can modify the appearance of the active track of SfRangeSlider.

Xaml

  <Grid> 
        <Grid.Resources> 
            <ResourceDictionary> 
                <Style x:Key="ActiveTrackStyle" TargetType="Rectangle"> 
                    <Setter Property="Height" Value="9" /> 
                    <Setter Property="Fill" Value="Red" /> 
                </Style> 
            </ResourceDictionary> 
        </Grid.Resources> 
        <editors:SfRangeSlider 
            Width="300" 
            ActiveTrackStyle="{StaticResource ActiveTrackStyle}" 
            Maximum="100" 
            Minimum="0" 
            RangeEnd="60" 
            RangeStart="20" 
            ShowRange="True" /> 
    </Grid> 

Output

ActiveTrack

You can download the sample in this link.

 

Conclusion

I hope you enjoyed learning about how to change the selected area color in SfRangeSlider in WindowsPhone.

You can refer to our WindowsPhone RangeSlider page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. You can also explore our WindowsPhone RangeSlider example to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

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