Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/skordesign/SkorXam.Pin
- Owner: skordesign
- License: mit
- Created: 2019-04-07T10:09:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T11:18:58.000Z (over 3 years ago)
- Last Synced: 2024-05-28T17:18:02.752Z (5 months ago)
- Topics: cross-platform, dotnet, pin, pinview, xamarin, xamarin-android, xamarin-forms, xamarin-ios, xamarin-library
- Language: C#
- Size: 65.4 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-xamarin-forms - SkorXam.Pin ★7
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.