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

https://github.com/devsdna/dnaxfsliderbutton


https://github.com/devsdna/dnaxfsliderbutton

Last synced: over 1 year ago
JSON representation

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:

```















```