Plugin.SegmentedControl.Maui 1.0.10-pre

This is a prerelease version of Plugin.SegmentedControl.Maui.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Plugin.SegmentedControl.Maui --version 1.0.10-pre                
NuGet\Install-Package Plugin.SegmentedControl.Maui -Version 1.0.10-pre                
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.Maui" Version="1.0.10-pre" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Plugin.SegmentedControl.Maui --version 1.0.10-pre                
#r "nuget: Plugin.SegmentedControl.Maui, 1.0.10-pre"                
#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.Maui as a Cake Addin
#addin nuget:?package=Plugin.SegmentedControl.Maui&version=1.0.10-pre&prerelease

// Install Plugin.SegmentedControl.Maui as a Cake Tool
#tool nuget:?package=Plugin.SegmentedControl.Maui&version=1.0.10-pre&prerelease                

SegmentSelectEventArgs# Plugin.SegmentedControl.Maui Version Downloads

This library provides a segmented control for .NET MAUI apps using native platform APIs.

Download and Install Plugin.SegmentedControl.Maui

This library is available on NuGet: https://www.nuget.org/packages/Plugin.SegmentedControl.Maui Use the following command to install Plugin.FirebasePushNotifications using NuGet package manager console:

PM> Install-Package Plugin.SegmentedControl.Maui

You can use this library in any .NET MAUI project compatible to .NET 8 and higher.

App Setup

This plugin provides an extension method for MauiAppBuilder UseSegmentedControl which ensure proper startup and initialization. Call this method within your MauiProgram just as demonstrated in the SegmentedControlDemoApp:

var builder = MauiApp.CreateBuilder()
    .UseMauiApp<App>()
    .UseSegmentedControl();

API Usage

tbd

Contribution

Contributors welcome! If you find a bug or you want to propose a new feature, feel free to do so by opening a new issue on github.com.

tbd

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-android34.0 is compatible.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-ios17.2 is compatible.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.19-pre 53 7/16/2024
1.0.18 62 7/16/2024
1.0.17-pre 58 7/16/2024
1.0.16-pre 58 7/14/2024
1.0.15-pre 71 7/10/2024
1.0.14 64 7/10/2024
1.0.12-pre 56 7/9/2024
1.0.10-pre 52 7/5/2024
1.0.9-pre 59 7/5/2024
1.0.8 60 7/5/2024
1.0.7-pre 63 7/4/2024
1.0.6-pre 52 7/4/2024

1.0
- Initial release