XFControls 1.0.0.6
dotnet add package XFControls --version 1.0.0.6
NuGet\Install-Package XFControls -Version 1.0.0.6
<PackageReference Include="XFControls" Version="1.0.0.6"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add XFControls --version 1.0.0.6
#r "nuget: XFControls, 1.0.0.6"
// Install XFControls as a Cake Addin #addin nuget:?package=XFControls&version=1.0.0.6 // Install XFControls as a Cake Tool #tool nuget:?package=XFControls&version=1.0.0.6
XFControls is a set of Xamarin.Forms' control.
Include Border / CircleBox / TabView / Flip / FontIcon / CheckBox / Radio / RaidoGroup / RaidoButtonGroup / Marquee / RatingBar / Stepper / UniformGrid / WrapLayout / Repeater etc...
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-android was computed. net7.0-android was computed. net8.0-android was computed. |
MonoAndroid | monoandroid is compatible. |
MonoTouch | monotouch is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
- Xamarin.Forms (>= 2.0.0.6480)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on XFControls:
Repository | Stars |
---|---|
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
|
|
gruan01/XFControls
Xamarin.Forms Custom Control
|
#1, DataPicker support TextColor / DividerColor & FontSize
#2, Assembly holder for linker.
ios project Please insert the following code before global::Xamarin.Forms.Forms.Init(); at file AppDelegate.cs
AsNumAssemblyHelper.HoldAssembly();
Android Project also please insert the following code before Xamarin.Forms.Forms.Init(this, bundle);
AsNumAssemblyHelper.HoldAssembly();