摘要: Attribute和Property属性区别Attribute:是语言层面的东西、是给编译器看的Property:是面向对象层面的东西,是给编程逻辑用的,一个XAML标签的Attribute里大部分都对应着对象的Property。 x:Class :所指示的类型在声明时必须使用partial关键字x 阅读全文
posted @ 2017-06-24 12:34 建哥2012 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 1.把控件作为Binding源与Binding标记扩展<TextBox x:Name="textBox1" Text="{Binding Path=Value, ElementName=slider1}" />或<TextBox x:Name="textBox1" Text="{Binding Va 阅读全文
posted @ 2017-06-24 10:54 建哥2012 阅读(717) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-02-28 16:57 建哥2012 阅读(1) 评论(0) 推荐(0) 编辑