How do I create a basic Slider in XAML?

Platform: .NET MAUI| Category: Controls

You can create a basic Slider in XAML like this:
XAML:

<Slider Value="50" Maximum="100" Minimum="0"></Slider>

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.