Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsdna/dnaxfsliderbutton
https://github.com/devsdna/dnaxfsliderbutton
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devsdna/dnaxfsliderbutton
- Owner: DevsDNA
- License: mit
- Created: 2017-05-24T16:18:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-30T12:55:08.000Z (over 7 years ago)
- Last Synced: 2024-11-19T19:00:49.144Z (2 months ago)
- Language: C#
- Size: 531 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DNAXFSliderButton
This control allow you to create an sliding button, much like the shutdown button on iOS or the old unlock button on iOS.The control is completely written in XAML and C# and don't uses renders, so it is available on iOS, Android and Windows.
![SliderButton](/screenshots/screenshot.gif?raw=true "Slider button cross platform")
## How to use the control.
Just include the code (or compile it) add a XMLNS to the control namespace:`xmlns:control="clr-namespace:DNAXFSlidingButton;assembly=DNAXFSlidingButton"`
And you are ready to go:
```
```