翻译延期
摘要:最近任务比较多,暂停翻译. 食言了,对不住大家 多多包涵
阅读全文
posted @
2007-07-31 10:53
stswordman
阅读(1116)
推荐(1) 编辑
XamlPad小程序
摘要: 闲着没事,仿照SDK的样子自己做了一个。 程序主要使用了System.Windows.Markup命名空间下的XamlReader类和XamlWriter,其中XamlReader可以将 Xaml代码转换为元素示例,而XamlWriter类可以将元素...
阅读全文
posted @
2007-07-09 00:03
stswordman
阅读(6306)
推荐(0) 编辑
TextBlock VS Label
摘要:TextBlock和Label都可以显示文本,属于WPF中比较常用的控件。在最初接触WPF时,我经常为如何选择这两个控件感到困惑。随着对WPF深入学习,对这两个控件也有一些了解。今天就说一些我对TextBlock和Label的看法吧。 Label和TextBlock都是System.Windo...
阅读全文
posted @
2007-07-08 11:15
stswordman
阅读(6884)
推荐(0) 编辑
WPF Unleashed Chapter 3:Important New Concepts in WPF ---Routed Events
摘要:Routed Event是wpf的重要组成部分,它的实现方式和Dependecny Property非常类似。Routed Event触发时会沿着视觉树和虚拟树向上或向下传递,它的存在使得WPF隐藏了视觉树这个概念...
阅读全文
posted @
2007-07-05 11:22
stswordman
阅读(3401)
推荐(0) 编辑
WPF Unleashed Chapter 3:Important New Concepts in WPF ---Dependency Properties(Attached property)
摘要:Attached Property可以讲将属性与不相关的元素联系到一起。在WPF中,Attached property经常与布局控件一同使用,用于控制布局控件内部元素的定位。
阅读全文
posted @
2007-07-04 09:29
stswordman
阅读(2636)
推荐(0) 编辑
Automation vs RaiseEvent
摘要:Automation和RaiseEvent都可以通过程序来触发元素的事件。
RaiseEvent可以在元素任何状态下调用相应的事件,
而Automation是依赖于元素状态的,可以用于软件的自动化测试
阅读全文
posted @
2007-07-02 17:32
stswordman
阅读(931)
推荐(0) 编辑
WPF Unleashed Chapter 3:Important New Concepts in WPF ---Dependency Properties(Property Value Inheritance)
摘要:介绍Dependency Property的property value inheritance特性。
Property value inheritance指属性的值会沿着元素树进行传递
阅读全文
posted @
2007-07-02 10:45
stswordman
阅读(2510)
推荐(1) 编辑