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 Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard2.0 netstandard2.1
.NET Framework net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid monoandroid10
MonoMac monomac
MonoTouch monotouch
Tizen tizen40 tizen60
Universal Windows Platform uap uap10.0
Xamarin.iOS xamarinios xamarinios10
Xamarin.Mac xamarinmac xamarinmac20
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
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 46,365 1/8/2022
5.4.5 75,668 9/15/2020
5.4.1 3,780 8/23/2020
5.4.0 1,638 8/16/2020
5.3.0 1,885 8/11/2020
5.2.2 8,678 7/7/2020
5.2.1 446 7/6/2020
5.2.0 501 7/4/2020
5.1.0 4,629 7/4/2020
5.1.0-beta7 351 7/4/2020
5.1.0-beta6 339 7/4/2020
5.1.0-beta5 354 7/4/2020
5.1.0-beta4 363 7/4/2020
5.1.0-beta3 386 7/4/2020
5.1.0-beta2 372 7/4/2020
5.1.0-beta1 392 7/4/2020
5.0.2 1,189 6/27/2020
5.0.2-beta1 393 7/4/2020
5.0.1 397 6/27/2020
4.5.1 28,809 3/11/2020
4.2.0 40,224 10/16/2019
4.1.1-beta1 601 7/18/2019
4.1.0 8,877 7/7/2019
4.0.0 2,328 5/24/2019
3.6.2 7,663 4/18/2019
3.6.1 5,875 2/19/2019
3.6.0 6,358 11/18/2018
3.5.0 761 11/16/2018
3.3.0 884 11/14/2018
3.2.0 13,564 6/20/2018
3.1.6 817 6/17/2018
3.0.2 1,256 5/18/2018
3.0.1 975 5/10/2018
2.0.1 953 5/5/2018
2.0.0 2,361 3/23/2018
1.1.5 934 3/6/2018
1.1.4 1,517 12/10/2017
1.0.5 752 10/28/2017
1.0.4 769 10/22/2017
1.0.4-beta2 668 10/22/2017
1.0.4-beta1 637 10/22/2017
1.0.3 757 10/16/2017
1.0.3-beta1 642 10/16/2017
1.0.2 783 10/16/2017
1.0.2-beta1 641 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.