Welcome to Xamarin Guy Show Blog

Keep updated for latest and Greatest Posts from Xamarin guy

Xamarin forms Cool Image Circle [Tutorial 21]

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.

Label:
Label which is a view  is used for displaying text. It can  have custom fonts , colored text and font families etc.
 
We then call  <image:CircleImage Source= tag inorder to get the image source from the resources or from the website directly. This tag is defined under the plugin namespace Imagecirce so that we can have round circle image . 🙂


You can download image circle plugin from here :
https://github.com/jamesmontemagno/ImageCirclePlugin

Download working project from here : http://xamaringuyshow.com/imagecircletut21-2/

Leave a Reply

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.