PinView for Xamarin.Forms
Nuget: SkorXam.Pin.Extended
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage ...
xmlns:pin="clr-namespace:SkorXam.Pin;assembly=SkorXam.Pin"
...>
...
<pin:PinView VerticalOptions="FillAndExpand"
HorizontalOptions="Fill"
ButtonColor="Azure"
PinChanged="PinView_PinChanged"
PinSubmitCommand="{Binding PinSubmit}"
Pin="{Binding Pin}"
ButtonTextColor="Red"/>
</ContentPage>
Spacing: Spacing from dots to keyboardDotSpacing: Spacing between dotsPinLength: ...DotColor: ...DotSize: ...DotEmptyColor: Dot's color when unfillDotBorderColor: (New)PinSubmitCommand: Command raise when full fill dotsPin: Pin valueButtonSize: Size of buttons 1-9, clear and backspaceButtonCornerRadius: Button corner radius (New)ButtonColor: Color of buttons 1-9, clear and backspaceButtonTextColor: TextColor of buttons 1-9ClearButtonImageSource: 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)
PinChanged: Raise when Pin has changedPinSubmit: Raise when full fill pin
