04 2013 档案

摘要:View Code <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:GEMS.Windows.Controls.CustomControls" xmlns:Themes="clr-namespace... 阅读全文
posted @ 2013-04-27 17:57 法的空间 阅读(201) 评论(0) 推荐(0) 编辑
摘要:View Code public class Indicator : UserControl { public Indicator() { this.InitializeComponent(); } private void InitializeComponent() { Grid g = new Grid(); this.Content = g; List<Path> pathlist = new List<Path>(); ... 阅读全文
posted @ 2013-04-21 00:36 法的空间 阅读(341) 评论(0) 推荐(0) 编辑
摘要:View Code <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:MyWPFCustomControls" xmlns:Microsoft_Windows_Themes="clr-namespac... 阅读全文
posted @ 2013-04-16 23:57 法的空间 阅读(397) 评论(0) 推荐(0) 编辑
摘要:View Code <Trigger Property="Validation.HasError" Value="True"> <Setter TargetName="Bd" Property="BorderBrush" Value="Red"/> </Trigger>View Code <Setter Property="Validation.ErrorTemplate"> <Setter.Value> <C 阅读全文
posted @ 2013-04-02 17:02 法的空间 阅读(257) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示