随笔-22  评论-88  文章-1  trackbacks-6
07 2007 档案
关于XAML中的属性链(property chain)的写法      摘要: 举个例子:
它的类型为Model3DGroup 它的Transform属性
(Transform属性)它的类型为Transform3DGroup, 它的Children属性 第二个[2]
(Children[2])它的类型为RotateTransform3D 它的Rotation属性

(Model3DGroup.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)
  阅读全文
posted @ 2007-07-04 10:59 Yannic Yang 阅读(239) | 评论 (0)  编辑