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
Using v2.3.0.759 "Elevation" now gets : Error XFC0009 No property, BindableProperty, or event found for "Elevation", or mismatching type between value and property.
#147
Open
davefxy opened this issue
Oct 23, 2020
· 3 comments
Just updated the Xamarin.Forms.PancakeView and got the following error when using the Elevation property on an Android app:
Error XFC0009 No property, BindableProperty, or event found for "Elevation", or mismatching type between value and property.
The text was updated successfully, but these errors were encountered:
Thanks I will make the changes
Sent from Mail for Windows 10
From: Pablo Arredondo
Sent: Saturday, October 24, 2020 2:20 AM
To: sthewissen/Xamarin.Forms.PancakeView
Cc: Davefxy; Author
Subject: Re: [sthewissen/Xamarin.Forms.PancakeView] Using v2.3.0.759 "Elevation" now gets : Error XFC0009 No property, BindableProperty, or event found for "Elevation", or mismatching type between value and property. (#147)
Elevation and HasShadow were moved to the Shadow property. you can set it up with the BlurRadius
https://github.com/sthewissen/Xamarin.Forms.PancakeView/wiki/Shadows
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
How would you use a setter to set the Elevation :
From : <Setter Property="Elevation" Value="2"/>
To : <Setter Property="DropShadow.BlurRadius" Value="2"/>
From: Pablo Arredondo
Sent: Saturday, October 24, 2020 2:20 AM
To: sthewissen/Xamarin.Forms.PancakeView
Cc: Davefxy; Author
Subject: Re: [sthewissen/Xamarin.Forms.PancakeView] Using v2.3.0.759 "Elevation" now gets : Error XFC0009 No property, BindableProperty, or event found for "Elevation", or mismatching type between value and property. (#147)
Elevation and HasShadow were moved to the Shadow property. you can set it up with the BlurRadius
https://github.com/sthewissen/Xamarin.Forms.PancakeView/wiki/Shadows
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Just updated the Xamarin.Forms.PancakeView and got the following error when using the Elevation property on an Android app:
Error XFC0009 No property, BindableProperty, or event found for "Elevation", or mismatching type between value and property.
The text was updated successfully, but these errors were encountered: