随笔分类 -  WPF

上一页 1 2 3 4 5 6 ··· 8 下一页
WPF 各种技术示例和实例
摘要:参考:https://www.cnblogs.com/timefiles/p/WpfAnimation.html#%E5%9C%BA%E6%99%AF https://www.cnblogs.com/aihu0307/archive/2011/07/08/2100742.html https://w 阅读全文
posted @ 2024-06-07 14:12 microsoft-zhcn 阅读(8) 评论(0) 推荐(0) 编辑
摘要:生成 XPS 格式 1.使用Office 2010 或者 Office 2007,单击"文件>导出>创建 PDF/XPS 文档>创建 PDF/XPS"。 2.读取XPS文档 XAML: <DocumentViewer x:Name="documentViewer"/> C#引用: using Sys 阅读全文
posted @ 2024-06-07 12:41 microsoft-zhcn 阅读(64) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/zt199510/p/13557819.html 阅读全文
posted @ 2024-06-05 14:09 microsoft-zhcn 阅读(6) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/zt199510/p/13543766.html 阅读全文
posted @ 2024-06-05 13:33 microsoft-zhcn 阅读(6) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/cdaniu/p/18069370 阅读全文
posted @ 2024-06-04 11:43 microsoft-zhcn 阅读(8) 评论(0) 推荐(0) 编辑
摘要:引用System.Windows.Interactivity.dll程序集 参考:https://www.cnblogs.com/tsliwei/p/5658426.html 阅读全文
posted @ 2024-06-03 08:50 microsoft-zhcn 阅读(7) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/tsliwei/p/5923107.html 阅读全文
posted @ 2024-06-03 08:47 microsoft-zhcn 阅读(11) 评论(0) 推荐(0) 编辑
摘要:Frame 显示滚动条 <ScrollViewer VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto"> <ScrollViewer.Content> <Frame Content="{Binding Sou 阅读全文
posted @ 2024-06-01 22:27 microsoft-zhcn 阅读(15) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/killsime/article/details/135251227 阅读全文
posted @ 2024-05-31 13:43 microsoft-zhcn 阅读(18) 评论(0) 推荐(0) 编辑
摘要:参考: https://www.jb51.net/article/258137.htm https://blog.csdn.net/qq_44121554/article/details/131698250 https://www.cnblogs.com/yang-fei/p/4029782.htm 阅读全文
posted @ 2024-05-29 00:32 microsoft-zhcn 阅读(20) 评论(0) 推荐(0) 编辑
摘要:源码下载:LanguageStyle.zip 第一步:创建language文件夹,并创建文件(zh-cn.xaml、en-us.xaml) zh-cn.xaml en-us.xaml <ResourceDictionary xmlns="http://schemas.microsoft.com/wi 阅读全文
posted @ 2024-05-28 23:52 microsoft-zhcn 阅读(81) 评论(0) 推荐(0) 编辑
摘要:字符转义字符 & &amp; > &gt; < &lt; " &quot; ’ &apos; { {}{ 回车 &#x000D;或者&#13; 换行 &#x000A;或者&#10; Tab &#x0009;或者&#9; 空格 &#x0020;或者&#32; 阅读全文
posted @ 2024-05-28 10:46 microsoft-zhcn 阅读(186) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/li-peng/p/3169864.html 阅读全文
posted @ 2024-05-27 08:58 microsoft-zhcn 阅读(2) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/li-peng/archive/2013/01/05/2846368.html https://cloud.tencent.com/developer/information/%E4%BD%BF%E7%94%A8WPF%20dataGrid%E8 阅读全文
posted @ 2024-05-27 08:56 microsoft-zhcn 阅读(4) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/li-peng/archive/2013/03/08/2950015.html https://www.jb51.net/program/293223zi3.htm 阅读全文
posted @ 2024-05-27 08:52 microsoft-zhcn 阅读(27) 评论(0) 推荐(0) 编辑
摘要:index.html 代码高亮: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>jQuery 语法高亮示例</title> <link rel="stylesheet" href="https://cdnj 阅读全文
posted @ 2024-05-25 16:43 microsoft-zhcn 阅读(89) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/hongmaju/p/3949234.html 阅读全文
posted @ 2024-05-25 11:49 microsoft-zhcn 阅读(10) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/Alex1911/p/17114033.html 阅读全文
posted @ 2024-05-25 10:41 microsoft-zhcn 阅读(5) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/527289276qq/p/6146386.html 阅读全文
posted @ 2024-05-25 10:37 microsoft-zhcn 阅读(3) 评论(0) 推荐(0) 编辑
摘要:参考:https://www.cnblogs.com/kooleven/archive/2013/04/21/3034395.html 阅读全文
posted @ 2024-05-25 10:26 microsoft-zhcn 阅读(29) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 8 下一页
点击右上角即可分享
微信分享提示