We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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

Hi,

I have used the ui kit provided for xamarin forms.

When I add the OnBoarding view I have the error:

Severity Code Description Project File Line Suppression State
No property, bindable property, or event found for 'StartPoint', or mismatching type between value and property.

I can't find the solution.

Can you help?

Thanks,

My code is as below:

 <Style x:Key="SfGradientViewStyle" TargetType="gradient:SfGradientView">
        <Setter Property="BackgroundBrush">
            <Setter.Value>
                <gradient:SfLinearGradientBrush StartPoint="0,0" EndPoint="1,1">
                    <gradient:SfLinearGradientBrush.GradientStops>
                        <gradient:SfGradientStop Offset="0.0" Color="#d54381" />
                        <gradient:SfGradientStop Offset="1.0" Color="#7644ad" />
                    </gradient:SfLinearGradientBrush.GradientStops>
                </gradient:SfLinearGradientBrush>
            </Setter.Value>
        </Setter>
    </Style>


3 Replies

YP Yuvaraj Palanisamy Syncfusion Team November 20, 2019 11:45 AM UTC

 
Thanks for contacting Syncfusion support. 
 
We can’t able to reproduce the reported issue at our end. Also, we have prepared a sample with Onboarding page. Please find the sample from the below location. Also we suspect that to resolve this issue by updating the packages. 
 
  
If still you are facing an issue, please revert us with the following information which is helpful to serve you better. 
 
·       Syncfusion Nuget Version 
·       Visual studio Version 
·       Xamarin.Forms & Xamarin.Android version 
·       Deploying device 
 
Regards, 
Yuvaraj 



AL Alexis November 27, 2019 05:59 PM UTC

Thanks a lot for your great help!

I finally upgraded to Xamarin Forms latest version and it works

Thanks alot


YP Yuvaraj Palanisamy Syncfusion Team November 28, 2019 06:26 AM UTC

Hi Alexis, 

Thank you for your update. 

Please let us know if you need any further assistance on this.  

Regards, 
yuvaraj

Loader.
Live Chat Icon For mobile
Up arrow icon