因此,我有一个项目,我在其中设置了一个名为TEST的资源变量(在解决方案资源管理器中右键单击该项目,选择“属性”,然后选择“资源”),我想将其传递到WPF XAML表单上的文本框中。似乎与尝试使用普通变量不同,但是,我很困惑。
有人可以指导我如何通过变量传递变量吗?
谢谢。
I know this is not the correct method
======================================
<TextBlock Text="{Binding Bottle_1_Title}" FontWeight="Bold" FontSize="32" HorizontalAlignment="Center" TextAlignment="Center"></TextBlock>
This is also not valid and I am not seeing the intellisense to help me
<TextBlock Text="{resource.test}"