1. How to Create Custom Image Entry in Xamarin Forms.
2. Custom Image in xamarin Forms
3.Custom Rendering Entry Xamarin Forms
4.Customize Entry in Xamarin Forms.
5. Bindable Property in Xamarin Forms.
Hello Xamarin Friends ,
Today, I am going to create a custom ImageEntry. Whenever we go to create a login page, we can not understand which control is used for the user and password. I am create a custom control today to solve this problem. We don't need to write extra code from it's usage, and with the help of this page design will looks good too.All this is my original code.
I added New Property in this custom Image Entry With Password Clicked.
I have not yet told about the Borderless entry and CustomImage in this blog that I will tell in the next post.
Features of Image Entry controls
1) Accent Color = ( AccentColor="BlueViolet")
2) Text Property = (Text="Xamarin Skills")
3) Keyboard Property = (Keyboard="Default")
4) Placeholder Property = (Placeholder="Xamarin Skills")
5) IsPassword Property = (IsPassword="False")
6) Left ImageSource Property = (LImageSource="email")
7) Right ImageSource Property = (RImageSource="eyeshow")
8) ImageEntry RightImage = Clicked Property(RightImageClicked="ImageEntry_RightImageClicked")
9) ImageEntry LeftImage Clicked Property = (LeftImageClicked="ImageEntry_LeftImageClicked")
10) ImageAlignment Property = (ImageAlignment="Password")
My blog link is here
https://xamarinskills.blogspot.in/
and full source code link is here
https://github.com/xamarinskills/Cust...