Hello My Xamarin Friends,
welcome back to my new post, today i would like to talk about xamarin forms CustomSlider, so let's start,
Slider is the input control for a linear value.
So we will first create a class whose name "CustomSlider" and then we will write a code in "C #"
Now we can write some code in android project for set
Then we create in Ios Project Also
Please make sure add view reference.....
xmlns:local="clr-namespace:CustomSliderApp"
then write xaml code in main page.
TADDAAAA!
You should have your CustomSlider working!!
If You want to watch related video click Here Custom Rendered Slider
Public Property of Slider:-
Features of CustomSlider controls:-
welcome back to my new post, today i would like to talk about xamarin forms CustomSlider, so let's start,
Slider is the input control for a linear value.
So we will first create a class whose name "CustomSlider" and then we will write a code in "C #"
Now we can write some code in android project for set
Then we create in Ios Project Also
Please make sure add view reference.....
xmlns:local="clr-namespace:CustomSliderApp"
then write xaml code in main page.
TADDAAAA!
You should have your CustomSlider working!!
If You want to watch related video click Here Custom Rendered Slider
Public Property of Slider:-
- Maximum Double. =(Maximum="100")
- Minimum Double. =(Minimum="0")
- Value Double. =(Value="20")
Features of CustomSlider controls:-
- Custom Max Color Property=(MaxColor="Red")
- Custom Min Color Property=(MinColor="Yellow")
- Custom ThumbColor Radius Property=(ThumbColor="Black")
- Custom ThumbImage Property=(ThumbImage="icon.png")
Hi, thank you for sharing your code
ReplyDeleteDo you happen to know how to have a circular slider?
Thanks in advance
I wondered upon your pos and wanted to say that I have really enjoyed reading your blog posts. Any way I’ll be subscribing to your feed and I hope you post again soon. Thanks for Sharing the valuable information.
ReplyDeleteNodejs Development Company
Very nice tutorial. Could you help me with increasing the height of the slider bar alone, without affecting the size of the thumb?
ReplyDelete