Hey guys in this tutorial we are going to implement Cool image circle using plugin.imagecircle
Inorder to add a circle image inside xamarin forms at first we are going to Make our MainPage as start up Page so our
Step1: App.xaml.cs will look like this:
Step2: Now we are going to call the control xmlns:image=”clr-namespace:ImageCircle.Forms.Plugin.Abstractions;assembly=ImageCircle.Forms.Plugin.Abstractions in xaml.
Basics:
StackLayout:
It organizes our views in a one-dimensional line either horizontally or vertically.
You can download image circle plugin from here :
https://github.com/jamesmontemagno/ImageCirclePlugin
Download working project from here : http://xamaringuyshow.com/imagecircletut21-2/