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,023 1/8/2022
5.4.5 75,313 9/15/2020
5.4.1 3,779 8/23/2020
5.4.0 1,637 8/16/2020
5.3.0 1,884 8/11/2020
5.2.2 8,647 7/7/2020
5.2.1 445 7/6/2020
5.2.0 500 7/4/2020
5.1.0 4,625 7/4/2020
5.1.0-beta7 350 7/4/2020
5.1.0-beta6 338 7/4/2020
5.1.0-beta5 353 7/4/2020
5.1.0-beta4 362 7/4/2020
5.1.0-beta3 385 7/4/2020
5.1.0-beta2 371 7/4/2020
5.1.0-beta1 391 7/4/2020
5.0.2 1,188 6/27/2020
5.0.2-beta1 392 7/4/2020
5.0.1 396 6/27/2020
4.5.1 28,800 3/11/2020
4.2.0 40,206 10/16/2019
4.1.1-beta1 600 7/18/2019
4.1.0 8,871 7/7/2019
4.0.0 2,327 5/24/2019
3.6.2 7,658 4/18/2019
3.6.1 5,874 2/19/2019
3.6.0 6,357 11/18/2018
3.5.0 760 11/16/2018
3.3.0 883 11/14/2018
3.2.0 13,561 6/20/2018
3.1.6 814 6/17/2018
3.0.2 1,253 5/18/2018
3.0.1 972 5/10/2018
2.0.1 950 5/5/2018
2.0.0 2,360 3/23/2018
1.1.5 933 3/6/2018
1.1.4 1,513 12/10/2017
1.0.5 751 10/28/2017
1.0.4 768 10/22/2017
1.0.4-beta2 667 10/22/2017
1.0.4-beta1 636 10/22/2017
1.0.3 756 10/16/2017
1.0.3-beta1 641 10/16/2017
1.0.2 782 10/16/2017
1.0.2-beta1 640 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.