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
Some additional context for this issue, as part of Uno Platform 5.0, we're adding support for C# Markup a way to have a C# fluent friendly API to build WinUI apps, and we cannot replicate this XAML behavior easily, and our workaround is to use XamlReader which makes for a poorly performing solution.
Describe the bug
No Text DependencyProperty available to be able to bind a value in code behind for Run like we are able to do in the XAML
Steps to reproduce the bug
Be able to Bind the Text property in code-behind like we are able to do in XAML
Expected behavior
A Text DependencyProperty should be available to be able to bind a value in code behind for Run like we are able to do in XAML
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.3 Experimental 1: 1.3.230202101-experimental1
Windows version
Windows 11 (22H2): Build 22621
Additional context
No response
The text was updated successfully, but these errors were encountered: