You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
The Pad is working fine till Xamarin Forms Version 3.1.0.550168-pre3, but on the latest pre release 3.2.0.637442-pre1, it seems to be throwing an error.
I have updated my test project to the latest stable Xamarin Forms release and it works for me. I suggest you to clear all cached nuget packages, bin and obj folders. After that try build your project
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The Pad is working fine till Xamarin Forms Version 3.1.0.550168-pre3, but on the latest pre release 3.2.0.637442-pre1, it seems to be throwing an error.
Code
<forms:SignaturePadView x:Name="PadView" Grid.Row="1" Grid.ColumnSpan="2" CaptionText="Sign here" HeightRequest="260" WidthRequest="180"
StrokeColor="Black"
BackgroundColor="White"
StrokeWidth="2" />
Expected Behavior
Should be able to do a signature on swiping on the view
Actual Behavior
No property, bindable property, or event found for 'StrokeColor', or mismatching type between value and property.
Basic Information
The text was updated successfully, but these errors were encountered: