01 2021 档案

摘要:https://www.cnblogs.com/anding/p/5011981.html 阅读全文
posted @ 2021-01-26 15:14 fate_WPF 阅读(64) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/yuyanxing09/article/details/107837419 阅读全文
posted @ 2021-01-25 16:10 fate_WPF 阅读(428) 评论(0) 推荐(0) 编辑
摘要:画布,用于完全控制每个元素的精确位置。他是布局控件中最为简单的一种,直接将元素放到指定位置,主要来布置图面。使用Canvas,必须指定一个子元素的位置(相对于画布),否则所有元素都将出现在画布的左上角。调整位置用Left、Right、Top和Bottom四个附加属性。如果Canvas是窗口主元素(即 阅读全文
posted @ 2021-01-25 16:01 fate_WPF 阅读(296) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/zh7791/p/11502696.html 阅读全文
posted @ 2021-01-13 10:06 fate_WPF 阅读(60) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/zh7791/p/12897696.html 阅读全文
posted @ 2021-01-13 09:41 fate_WPF 阅读(46) 评论(0) 推荐(0) 编辑
摘要:前端xaml <grid> <stackpanel x:name = "sp1"> <button Content="复制粘贴" click = "button_click"/> <stackpanel orientation="horizontal" name = "Sp2"> <textbloc 阅读全文
posted @ 2021-01-12 16:04 fate_WPF 阅读(515) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/zh7791/p/12617961.html 阅读全文
posted @ 2021-01-12 14:26 fate_WPF 阅读(210) 评论(0) 推荐(0) 编辑
摘要:我们先来打开一个App.config文件,看看它的内容像什么样子。<?xml version="1.0" encoding="utf-8" ?><configuration> <connectionStrings> <add name="conn" connectionString="this is 阅读全文
posted @ 2021-01-12 11:16 fate_WPF 阅读(540) 评论(0) 推荐(0) 编辑
摘要:<StackPanel Width="800" > <ItemsControl ItemsSource="{Binding UserAccountDisply}"> <ItemsControl.ItemsPanel> <ItemsPanelTemplate> <StackPanel></StackP 阅读全文
posted @ 2021-01-11 16:58 fate_WPF 阅读(141) 评论(0) 推荐(0) 编辑
摘要://元素中写法Content="{Binding RelativeSource={RelativeSource Self}, Path=PlacementTarget.Content}" //控件模板中写法 <Button> <ContentPresenter Content="{Binding R 阅读全文
posted @ 2021-01-11 16:37 fate_WPF 阅读(615) 评论(0) 推荐(0) 编辑

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