Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skordesign/SkorXam.Pin

PinView for Xamarin.Forms
https://github.com/skordesign/SkorXam.Pin

cross-platform dotnet pin pinview xamarin xamarin-android xamarin-forms xamarin-ios xamarin-library

Last synced: 3 months ago
JSON representation

PinView for Xamarin.Forms

Awesome Lists containing this project

README

        

# SkorXam.Pin
PinView for Xamarin.Forms
### Installation
Nuget: [SkorXam.Pin](https://www.nuget.org/packages/SkorXam.Pin/)
### Usage
```xml

...

```
#### Demo
![Demo](Demo.png)

### Properties
```csharp
- Spacing: Spacing from dots to keyboard
- DotSpacing: Spacing between dots
- PinLength: ...
- DotColor: ...
- DotSize: ...
- DotEmptyColor: Dot's color when unfill
- DotBorderColor: (New)
- PinSubmitCommand: Command raise when full fill dots
- Pin: Pin value
- ButtonSize: Size of buttons 1-9, clear and backspace
- ButtonCornerRadius: Button corner radius (New)
- ButtonColor: Color of buttons 1-9, clear and backspace
- ButtonTextColor: TextColor of buttons 1-9
- ClearButtonImageSource: ImageSource for Clear button (New)
- DeleteButtonImageSource: ImageSource for Backspace button (New)
- DotCornerRadius: Pin dot radius (New)
- DotHasShadow: Pin dot shadow (New)
- ButtonFontsize: Button font size (New)
- ButtonVerticalSpacing, ButtonHorizontalSpacing (New)
```

### Events
```csharp
- PinChanged : Raise when Pin has changed
- PinSubmit: Raise when full fill pin
```
##### Note: If you have any issue with this package, feel free to create issue on this repository.