We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TransparentTintBackdrop is working fine in v1.7-EXP1 however it is not working with v1.7-EXP2 and get an exception
System.InvalidCastException: 'Specified cast is not valid.'
protected override void OnTargetConnected(ICompositionSupportsSystemBackdrop connectedTarget, XamlRoot xamlRoot) { var inspectable = connectedTarget.As<IInspectable>();
The text was updated successfully, but these errors were encountered:
Update TransparentTintBackdrop.cs
fb55140
Fix dotMorten#207
I got this problem too.
Here are the new Microsoft.UI.Composition apis added in 17-ex2
CompositionNotificationDeferral CompositionProjectedShadow MaxOpacity MinOpacity OpacityFalloff CompositionProjectedShadowCaster AncestorClip Mask CompositionProjectedShadowDrawOrder CompositionProjectedShadowReceiver DrawOrder Mask
Sorry, something went wrong.
IMHO this is a regression in EXP2, and I'd encourage you to report it in their repo.
004da74
Successfully merging a pull request may close this issue.
TransparentTintBackdrop is working fine in v1.7-EXP1
however it is not working with v1.7-EXP2 and get an exception
System.InvalidCastException: 'Specified cast is not valid.'
The text was updated successfully, but these errors were encountered: