发文章
发文工具
撰写
网文摘手
文档
视频
思维导图
随笔
相册
原创同步助手
其他工具
图片转文字
文件清理
AI助手
留言交流
来自: 牛人的尾巴 > 《wpf》
0条评论
发表
请遵守用户 评论公约
WPF之XAML
WPF之XAML.<Window x:Class="WpfApplication1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/pr...
WPF学习笔记 - Resource
Resources> <Label x:Key="label1" Content=" Hello, World!" /> </Window.<Window...
Silverlight 2 中,使用XmlWriter在输出到StringBuilder,...
WriteAttributeString("xmlns", "http://schemas.microsoft.com/winfx/2006/xaml/presentation");前台代码: 按 Ctrl+C 复制代码<UserControl x:Class="Chapter14.p241_2&...
WPF 修改屏幕DPI,会触发控件重新加载Unload/Load
WPF 修改屏幕DPI,会触发控件重新加载Unload/Load.Unloaded的触发顺序是UserControl1-->UserControl2,Window并不会触发Unloaded事件...
C# WPF有趣的登录加载窗体
1 <Application x:Class="CustomControlsHandyOrg.App" 2 xmlns="http://schemas.microsoft.com/winfx/2006/xaml/pr...
你知道WPF与WinForms的区别吗?
你知道WPF与WinForms的区别吗?2007年,Microsoft引入了Windows Presentation Foundation(WPF),以交替WinForms来进行.Net Framework...
15.WPF资源(Resource)
应用程序级资源:定义在App.xaml文件中,作为整个应用程序共享的资源存在。文件级资源:定义在资源字典的XAML文件中,再引用。在XAML中...
详解Silverlight Treeview的HierarchicalDataTempla...
ItemTemplate>15 <sys:String>树型演示1</sys:String>16 <sys:String>树型演示2</sys:String>17 <sys:String>树型演示3</sy...
WPF窗体透明控件不透明实例
RowDefinitions> <RowDefinition Height="50"></RowDefinition> <RowDefinition Height="395"></RowDefinition> <RowDefinition Height="402&...
微信扫码,在手机上查看选中内容