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")