xamarin / SignaturePad

MIT License
245 stars 150 forks source link

CaptionTextColor Error #162

Open acaliaro opened 5 years ago

acaliaro commented 5 years ago

Description

I have updated a project to XF 4.0, now I have this error:

No property, bindable property, or event found for 'CaptionTextColor', or mismatching type between value and property.

Code

        <signature:SignaturePadView 
            x:Name="SignaturePadCanvas"
            Grid.Row="0"
            BackgroundColor="{StaticResource Prada.AppBackground}"
            HorizontalOptions="FillAndExpand"
            VerticalOptions="FillAndExpand"
            CaptionText="Privacy"
            CaptionTextColor="Black"
            ClearText="Clear"
            ClearTextColor="Red"
            PromptText="{Binding SignatureText}"
            PromptTextColor="Green"
            SignatureLineColor="Black"
            StrokeWidth="2"
            StrokeColor="Black"/>

Expected Behavior

I would like to have no errors

Actual Behavior

I have errors

Basic Information