政务司司长:
public static class NavigationManager
{
public static bool IsSomethingSomething{ get{ return true;}}
}这是可绑定的(当然是单向的)吗?
发布于 2013-08-16 02:09:05
试试这个:
xmlns:local="clr-namespace:WpfApplication1"
"{x:Static local:YourClass.YourProperty}"例如:
<Button Content="{x:Static local:Constants.ConstantString}" />https://stackoverflow.com/questions/18258457
复制相似问题