Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/TBertuzzi/Xamarin.Forms.SegmentedButton
- Owner: TBertuzzi
- Created: 2018-12-17T10:34:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T20:47:07.000Z (over 4 years ago)
- Last Synced: 2024-11-06T08:05:12.617Z (about 1 month ago)
- Language: C#
- Homepage:
- Size: 359 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-xamarin-forms - Xamarin.Forms.SegmentedButton ★3
README
# Xamarin.Forms.SegmentedButton
SegmentedButtonGroup is like iOS Segmented Controls for Xamarin.Forms
###### This is the component, works on iOS, Android and UWP.
**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