代码改变世界

随笔档案-2011年4月30日

WP7备注(27)(DependencyProperty|RoutedPropertyChangedEventHandler)

2011-04-30 11:15 by 血糯米Otomii, 433 阅读, 收藏,
摘要: public static readonly DependencyProperty Color1Property =DependencyProperty.Register("Color1",typeof(Color),typeof(CustomButtonButton),new PropertyMetadata(Colors.Black, OnColorChanged));public stati... 阅读全文