Xam.Plugins.Forms.ImageCircle 1.4.0

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8.1 or higher.

dotnet add package Xam.Plugins.Forms.ImageCircle --version 1.4.0
NuGet\Install-Package Xam.Plugins.Forms.ImageCircle -Version 1.4.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xam.Plugins.Forms.ImageCircle" Version="1.4.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xam.Plugins.Forms.ImageCircle --version 1.4.0
#r "nuget: Xam.Plugins.Forms.ImageCircle, 1.4.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xam.Plugins.Forms.ImageCircle as a Cake Addin
#addin nuget:?package=Xam.Plugins.Forms.ImageCircle&version=1.4.0

// Install Xam.Plugins.Forms.ImageCircle as a Cake Tool
#tool nuget:?package=Xam.Plugins.Forms.ImageCircle&version=1.4.0

Custom control for your Xamarin.Forms project ot turn your images into elegant circle images.
          Customizable border thickness and color.
          Ensure you call ImageCircleRenderer.Init() on each platform!
          Built against: 2.0.1.6495

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Universal Windows Platform uap was computed.  uap10 is compatible.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win81 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on Xam.Plugins.Forms.ImageCircle:

Package Downloads
XamarinForms.Reactive.FSharp

A fluent interface for building Xamarin Forms apps using ReactiveUI and F#

ItEnterprise.Common.CoreStandard

ItEnterprise Common.CoreStandard for Xamarin Forms

ItEnterprise.Common.CoreDroid

ItEnterprise Common.CoreDroid for Xamarin Forms

Donky.Core.Xamarin.Android

Donky Core functionality for Xamarin Android

ItEnterprise.Common.CoreiOS

ItEnterprise Common.CoreiOS for Xamarin Forms

GitHub repositories (21)

Showing the top 5 popular GitHub repositories that depend on Xam.Plugins.Forms.ImageCircle:

Repository Stars
xamarin/xamarin-forms-samples
Sample apps built using the Xamarin.Forms framework
xamarinhq/app-conference
Pre-build conference application built with Xamarin
chayxana/Restaurant-App
Restaurant App 🍔 is a sample open-source e-Commerce 🛒 application for ordering foods, powered by polyglot microservices architecture and cross-platform development including mobile and web
xamarin/app-crm
xamarin/Sport
Version Downloads Last updated
3.1.1.1-beta 112,169 1/25/2019
3.1.0.3-beta 4,822 1/17/2019
3.0.0.6-beta 29,028 5/23/2018
3.0.0.5 1,302,776 5/23/2018
3.0.0.5-beta 1,579 5/16/2018
3.0.0.4 3,390 5/23/2018
3.0.0.4-beta 1,506 5/14/2018
3.0.0.3-beta 1,525 5/10/2018
3.0.0.1-beta 8,446 3/27/2018
2.0.2 259,145 1/31/2018
2.0.1 26,088 1/9/2018
2.0.0.36-beta 4,310 11/18/2017
2.0.0.31-beta 6,808 10/2/2017
1.8.2.19-beta 14,208 3/9/2017
1.8.1 251,491 1/6/2017
1.8.0.5 63,626 9/20/2016
1.6.1 16,051 8/15/2016
1.6.1-beta10 2,134 8/8/2016
1.6.0.8 7,966 8/2/2016
1.4.1 121,053 2/1/2016
1.4.0 5,787 1/20/2016
1.3.0 10,643 12/2/2015
1.2.0 5,902 11/19/2015
1.1.6 8,651 10/21/2015
1.1.5 8,607 9/25/2015
1.1.4 3,128 9/18/2015
1.1.3 6,066 8/6/2015
1.1.2 5,659 7/30/2015
1.1.1 2,022 7/28/2015
1.1.0 1,973 7/27/2015
1.0.14 5,592 7/6/2015
1.0.13 1,732 7/6/2015
1.0.11 7,132 5/11/2015
1.0.10 4,378 3/10/2015
1.0.9 2,192 2/18/2015
1.0.8 1,996 2/18/2015
1.0.7 1,970 2/10/2015
1.0.6 1,872 1/22/2015
1.0.0.5 1,819 1/13/2015
1.0.0.4 1,725 1/13/2015
1.0.0.3 1,864 1/1/2015
1.0.0.2 2,421 12/19/2014
1.0.0.1 2,109 12/19/2014
1.0.0 2,365 12/18/2014

[1.4.0]
          -Build against 2.0.1.6495
          -Fix android to have proper thickness (perform pixel to dp conversion)
          [1.3.0]
          -Introduced FillColor (works on iOS, Android, WinRT, UWP)
          -Added BorderColor to WinRT and UWP
          -IMPORTANT: Never set BackgroundColor, use FillColor