CS:
public static class NavigationManager
{
public static bool IsSomethingSomething{ get{ return true;}}
}
这种Bindable(当然是一种方式)吗?
答案 0 :(得分:0)
试试这个:
xmlns:local="clr-namespace:WpfApplication1"
"{x:Static local:YourClass.YourProperty}"
例如:
<Button Content="{x:Static local:Constants.ConstantString}" />