Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/TBertuzzi/Xamarin.Forms.SegmentedButton

:package: SegmentedButtonGroup is like iOS Segmented Controls for Xamarin.Forms
https://github.com/TBertuzzi/Xamarin.Forms.SegmentedButton

Last synced: 29 days ago
JSON representation

:package: SegmentedButtonGroup is like iOS Segmented Controls for Xamarin.Forms

Awesome Lists containing this project

README

        

# Xamarin.Forms.SegmentedButton

SegmentedButtonGroup is like iOS Segmented Controls for Xamarin.Forms

###### This is the component, works on iOS, Android and UWP.


SocialNetworkApp

**NuGet**

|Name|Info|
| ------------------- | :------------------: |
|SegmentedButton|[![NuGet](https://buildstats.info/nuget/Xamarin.Forms.SegmentedButton)](https://www.nuget.org/packages/Xamarin.Forms.SegmentedButton/)|

**Platform Support**

SegmentedButton is a .NET Standard 2.0 library.Its only dependency is the Xamarin.Forms

install the package in the shared project

in the Xaml file we must declare our control xmlns:sb="clr-namespace:Xamarin.Forms.SegmentedButton;assembly=Xamarin.Forms.SegmentedButton", for example .

```csharp




<Setter Property="FontSize" Value="12" />
<Setter Property="FontAttributes" Value="Bold" />








```

The complete example can be downloaded here: https://github.com/TBertuzzi/Xamarin.Forms.SegmentedButton/tree/master/SegmentedButtonSample