Open acaliaro opened 5 years ago
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.
<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"/>
I would like to have no errors
I have errors
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
Expected Behavior
I would like to have no errors
Actual Behavior
I have errors
Basic Information