The property does not exist in XML namespace
自定义依赖属性,绑定在xaml文件中,无问题。
但是编译失败,报 The property does not exist in XML namespace 错误。
发现如果依赖属性定义在本程序集中,在xaml文件定义名字空间时,程序集不指定即可。
自定义依赖属性,绑定在xaml文件中,无问题。
但是编译失败,报 The property does not exist in XML namespace 错误。
发现如果依赖属性定义在本程序集中,在xaml文件定义名字空间时,程序集不指定即可。