08 2012 档案

用代码实现Binding变量
摘要:Binding在xaml里和c#里:xaml:<TextBlock x:name="textBlock" Text={Binding title}>c#: textBlock.Text='<%=title%>'; 阅读全文
posted @ 2012-08-16 14:16 费尔南多 阅读(231) 评论(1) 推荐(1)