Plugin.SegmentedControl.Netstandard 5.5.0

.NET Standard 2.0
dotnet add package Plugin.SegmentedControl.Netstandard --version 5.5.0
NuGet\Install-Package Plugin.SegmentedControl.Netstandard -Version 5.5.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="Plugin.SegmentedControl.Netstandard" Version="5.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plugin.SegmentedControl.Netstandard --version 5.5.0
#r "nuget: Plugin.SegmentedControl.Netstandard, 5.5.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 Plugin.SegmentedControl.Netstandard as a Cake Addin
#addin nuget:?package=Plugin.SegmentedControl.Netstandard&version=5.5.0

// Install Plugin.SegmentedControl.Netstandard as a Cake Tool
#tool nuget:?package=Plugin.SegmentedControl.Netstandard&version=5.5.0

Segmented control for Xamarin Forms for iOS, Android, UWP. Mac OS also supported albeit currently with fewer features.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 is compatible. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Plugin.SegmentedControl.Netstandard:

Package Downloads
technolarity.clinicea.mobile.common

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.5.0 59,004 1/8/2022
5.4.5 90,019 9/15/2020
5.4.1 4,031 8/23/2020
5.4.0 1,787 8/16/2020
5.3.0 2,033 8/11/2020
5.2.2 9,362 7/7/2020
5.2.1 600 7/6/2020
5.2.0 660 7/4/2020
5.1.0 5,298 7/4/2020
5.1.0-beta7 459 7/4/2020
5.1.0-beta6 447 7/4/2020
5.1.0-beta5 470 7/4/2020
5.1.0-beta4 477 7/4/2020
5.1.0-beta3 487 7/4/2020
5.1.0-beta2 488 7/4/2020
5.1.0-beta1 516 7/4/2020
5.0.2 1,363 6/27/2020
5.0.2-beta1 484 7/4/2020
5.0.1 558 6/27/2020
4.5.1 29,758 3/11/2020
4.2.0 41,642 10/16/2019
4.1.1-beta1 705 7/18/2019
4.1.0 9,217 7/7/2019
4.0.0 2,485 5/24/2019
3.6.2 7,977 4/18/2019
3.6.1 6,152 2/19/2019
3.6.0 6,827 11/18/2018
3.5.0 908 11/16/2018
3.3.0 1,051 11/14/2018
3.2.0 14,037 6/20/2018
3.1.6 994 6/17/2018
3.0.2 1,429 5/18/2018
3.0.1 1,145 5/10/2018
2.0.1 1,114 5/5/2018
2.0.0 2,523 3/23/2018
1.1.5 1,138 3/6/2018
1.1.4 1,683 12/10/2017
1.0.5 924 10/28/2017
1.0.4 952 10/22/2017
1.0.4-beta2 791 10/22/2017
1.0.4-beta1 766 10/22/2017
1.0.3 920 10/16/2017
1.0.3-beta1 776 10/16/2017
1.0.2 946 10/16/2017
1.0.2-beta1 761 10/16/2017

[All] Min Width bug fixes
[All] New TextPropertyName object for ItemSource
[All] ItemSource is not IEnumerable (was IList)
[Android, UWP] SegmentedControlOption.IsEnabled fixed.
[UWP, Android] Lower the required SDK: UWP supports UWP 16299+; Android supports 21+
[UWP] Fixed TextColor not initially set bug.
[Android] Moved to AndroidX
[Android] Fixes
[iOS and Android only] Added BorderColor and BorderWidth
[All] Moved back to .NET Standard 2.0
[UWP] Re-enabled UWP
[All] TextColor added - i.e. Unselected text color.
[Android] Custom font fixed.
[iOS] iOS 13+ tint color issue fixed.
[All] Allow selected segment to be changed from view model binding.
[All] User interaction with Commands.
[All] Implement the IsEnabled property on individual segments.
[All] ICommand.
[All] Font size.
[All] Font Family.
[All] Fixes and improvements.
[iOS] IsEnabled binding bug fixed.