SimpleXam.CircleViewPlugin
1.0.0
dotnet add package SimpleXam.CircleViewPlugin --version 1.0.0
NuGet\Install-Package SimpleXam.CircleViewPlugin -Version 1.0.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="SimpleXam.CircleViewPlugin" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleXam.CircleViewPlugin" Version="1.0.0" />
<PackageReference Include="SimpleXam.CircleViewPlugin" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SimpleXam.CircleViewPlugin --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleXam.CircleViewPlugin, 1.0.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.
#addin nuget:?package=SimpleXam.CircleViewPlugin&version=1.0.0
#tool nuget:?package=SimpleXam.CircleViewPlugin&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SimpleXam.CircleViewPlugin
This is a simple plugin to display a circle view. It is an extension from the BoxView.
Implementation
C#:
using SimpleXam.CircleViewPlugin;
...
CircleView circleView = new CircleView()
{
Radius = 10
};
XAML:
<ContentPage
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:circle="clr-namespace:SimpleXam.CircleViewPlugin;assembly=SimpleXam.CircleViewPlugin"
x:Class="MyApp.MainPage">
<StackLayout>
<circle:CircleView
Radius="10" />
</StackLayout>
</ContentPage>
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid90 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.
-
All Frameworks
- Xamarin.Forms (>= 3.4.0.1008975)
-
MonoAndroid 9.0
- Xamarin.Android.Arch.Core.Common (>= 1.0.0)
- Xamarin.Android.Arch.Lifecycle.Common (>= 1.0.3)
- Xamarin.Android.Arch.Lifecycle.Runtime (>= 1.0.3)
- Xamarin.Android.Support.Animated.Vector.Drawable (>= 27.0.2)
- Xamarin.Android.Support.Annotations (>= 27.0.2)
- Xamarin.Android.Support.Compat (>= 27.0.2)
- Xamarin.Android.Support.Core.UI (>= 27.0.2)
- Xamarin.Android.Support.Core.Utils (>= 27.0.2)
- Xamarin.Android.Support.Design (>= 27.0.2)
- Xamarin.Android.Support.Fragment (>= 27.0.2)
- Xamarin.Android.Support.Media.Compat (>= 27.0.2)
- Xamarin.Android.Support.Transition (>= 27.0.2)
- Xamarin.Android.Support.v4 (>= 27.0.2)
- Xamarin.Android.Support.v7.AppCompat (>= 27.0.2)
- Xamarin.Android.Support.v7.CardView (>= 27.0.2)
- Xamarin.Android.Support.v7.MediaRouter (>= 27.0.2)
- Xamarin.Android.Support.v7.Palette (>= 27.0.2)
- Xamarin.Android.Support.v7.RecyclerView (>= 27.0.2)
- Xamarin.Android.Support.Vector.Drawable (>= 27.0.2)
- Xamarin.Forms (>= 3.4.0.1008975)
-
Xamarin.iOS 1.0
- Xamarin.Forms (>= 3.4.0.1008975)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 723 | 1/8/2019 |