随笔分类 - WPF
摘要:前端 <!--完整坐标图--> <dxc:ChartControl Grid.Row="1" Grid.Column="1" Name="LbarChart" BorderThickness="0" EnableAnimation="True" Background="#FF3D6DAF" > <!
阅读全文
摘要:img.Source = this.GetBitmapImage(m_picCtlData.NewPicPath);//imageControl为WPF Image控件 /// <summary> /// 复制文件,不占用文件 /// </summary> /// <param name="imag
阅读全文
摘要:转载:https://www.cnblogs.com/lanymy/archive/2013/03/07/2948509.html 前端 <UserControl x:Class="UserCtl.BaseControl.DatePic" xmlns="http://schemas.microsof
阅读全文
摘要:Style btn_Orange = (Style)this.FindResource("NumberOrange"); button.Style = btn_Orange;
阅读全文
摘要:① XAML中为 [ ]eg. ② C#代码中为\r\n 或者Environment.NewLine eg . button1.content=string1+ Environment.NewLine+ string2;
阅读全文