2013年6月17日

wp中控件基类介绍

摘要: 大部分wp控件都直接或间接的继承自:UIElment,FrameworkElment,Control这三个基类,他们层次关系是,Control继承FrameworkElment继承UIElment,每个类都增加了各自的属性和事件。然而有些控件继承自Control类,例如:Button控件。<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0"> <Button Content="按钮1" Height="72" W 阅读全文

posted @ 2013-06-17 22:25 wp456 阅读(208) 评论(0) 推荐(0)

导航