Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

SignatureLineSpacing is throwing Exception #141

Open
ederbond opened this issue Jun 27, 2018 · 1 comment
Open

SignatureLineSpacing is throwing Exception #141

ederbond opened this issue Jun 27, 2018 · 1 comment

Comments

@ederbond
Copy link

Description

I'm setting the SignatureLineSpacing property as follows and the screen started to throw exception

Code

<forms:SignaturePadView Grid.Row="2" x:Name="SignaturePad" StrokeWidth="3" StrokeColor="{StaticResource PrimaryLightColor}" BackgroundColor="#2c2f34" SignatureLineSpacing="30"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand"
Margin="{StaticResource TopBottomSectionMargin}" />

Expected Behavior

Add spacing between the signature line and the caption

Actual Behavior

Throwing Exception:
An exception was thrown while invoking the constructor 'Void .ctor()' on type 'CheckInCaptureSignatureView'. ---> Field 'SignaturePad.Forms.SignaturePadView.SignatureLineSpacingProperty' not found. (See inner exception for details.) (See inner exception for details.) (See inner exception for details.)

@ederbond
Copy link
Author

Testing on Android 7 with Xamarin.Forms 3.1.0.583944

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant