04 2010 档案

摘要:<UserControl xmlns:controlsToolkit="clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Toolkit" x:Class="HichinaMeetingShow.UI.MainPage" xmlns="http://schemas.microsoft.com/wi... 阅读全文
posted @ 2010-04-20 22:08 Peter Zhan 阅读(281) 评论(0) 推荐(0)
摘要:1. Borders <Border Margin="25" Background="LightYellow"BorderBrush="SteelBlue" BorderThickness="8" CornerRadius="15"><Button Margin="10 Content="Click Me"></Button></Border> 2.... 阅读全文
posted @ 2010-04-13 23:36 Peter Zhan 阅读(424) 评论(0) 推荐(0)
摘要:1. One-Way Binding FontSize="{Binding ElementName=sliderFontSize, Path=Value}" 2. Two-Way Binding book mark:98 阅读全文
posted @ 2010-04-13 23:08 Peter Zhan 阅读(170) 评论(0) 推荐(0)
摘要:前段时间由于需要,找到了bugtracker.net; 从功能上来讲很不错的;对于代码的整洁性确实不敢恭维~~!! 试用了一段时间感觉比较小巧灵活,由于要开放给别人用现需要讲E文翻译一下; 我主要翻译了两个开放出来的常用的页面:/bugs.aspx 和 /edit_bug.aspx 1、 页头logo在 custom/custom_logo.html 自己进去修改;改完之后需要重启网站才能生效... 阅读全文
posted @ 2010-04-11 12:40 Peter Zhan 阅读(1759) 评论(4) 推荐(1)
摘要:1. The Resources Collection2.The Hierarchy of Resources3. Application.Resources4.Accessing Resources in Code5. Organizing Resources with Resource DictionariesBook Mark:93 阅读全文
posted @ 2010-04-11 11:19 Peter Zhan 阅读(365) 评论(0) 推荐(0)
摘要:3.1. XAML Basics---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 阅读全文
posted @ 2010-04-11 11:11 Peter Zhan 阅读(269) 评论(0) 推荐(0)
摘要:1.Creating a Stand-Alone Silverlight Project 2.Creating a Simple Silverlight Page 3. Adding Event Handling Code3.1 You can also connect an event with code. The place to do it is the constructor for y... 阅读全文
posted @ 2010-04-11 10:38 Peter Zhan 阅读(242) 评论(0) 推荐(0)