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
Originally posted by mwpowellhtx September 19, 2024 Is there such a thing? Short of having to reference namespaces and assemblies themselves.
xmlns:skia="clr-namespace:SkiaSharp.Views.WPF;assembly=SkiaSharp.Views.WPF"
By contrast some other schema examples, for instance:
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sf="http://schemas.syncfusion.com/wpf"
So far the only samples I have been able to identify are along these lines.
The text was updated successfully, but these errors were encountered:
Thanks @mwpowellhtx for this. I think skia needs its own xaml schema :)
Sorry, something went wrong.
No branches or pull requests
Discussed in #3004
Originally posted by mwpowellhtx September 19, 2024
Is there such a thing? Short of having to reference namespaces and assemblies themselves.
By contrast some other schema examples, for instance:
So far the only samples I have been able to identify are along these lines.
The text was updated successfully, but these errors were encountered: