什么是GetValue / SetValue的程序集引用,用于创建DependancyProperty

时间:2010-06-03 15:19:18

标签: silverlight

我很难设置Silverlight类库项目。在这个项目中,我正在尝试创建一个依赖属性。代码需要使用SetValue和GetValue方法 - 项目无法解析这些方法。访问这些方法需要参考什么?谢谢你的帮助。

1 个答案:

答案 0 :(得分:0)

我忘了从“Control”基类派生实现dependancy属性的类。现在,对SetValue和GetValue方法的引用似乎已得到解决。

public class ClassName:Control {    ... }