随笔分类 -  WPF

摘要:XAML代码: <ControlTemplate x:Key="btnTpl" TargetType="RadioButton"> <StackPanel Orientation="Vertical" Height="30" Background="Transparent"> <Border Nam 阅读全文
posted @ 2017-12-06 10:22 0611163 阅读(2091) 评论(1) 推荐(1) 编辑
摘要:XAML代码: <local:WorkSpaceContent x:Class="SunCreate.CombatPlatform.Client.NoticeMarquee" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentati 阅读全文
posted @ 2017-10-09 15:30 0611163 阅读(2003) 评论(0) 推荐(0) 编辑
摘要:封装了一个选择年月的控件,XAML代码: <UserControl x:Class="SunCreate.CombatPlatform.Client.DateMonthPicker" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presen 阅读全文
posted @ 2017-09-22 11:00 0611163 阅读(864) 评论(0) 推荐(0) 编辑
摘要:代码: using NHibernate.Criterion; using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel; usi 阅读全文
posted @ 2017-07-03 13:24 0611163 阅读(3013) 评论(1) 推荐(0) 编辑
摘要:代码: <Grid> <Grid> <Grid.ColumnDefinitions> <ColumnDefinition Width="3*" /> <ColumnDefinition Width="2*" /> <ColumnDefinition Width="2*"/> <ColumnDefin 阅读全文
posted @ 2017-06-29 17:00 0611163 阅读(2135) 评论(1) 推荐(1) 编辑
摘要:引用DLL: WPFToolkit WPFVisifire.Charts.dll WPFVisifire.Gauges.dll 1、柱状图 代码: public void BindChart1() { System.Threading.Tasks.Task.Factory.StartNew(() = 阅读全文
posted @ 2017-06-29 15:29 0611163 阅读(1563) 评论(0) 推荐(0) 编辑