分类目录: .NetWPF类图Post date: 2025-06-10Author: goddentyabstract System.Windows.Media.Visual: FrameworkElement的 […]Read More: WPF类图
分类目录: .Net, WPFPlotPost date: 2025-06-10Author: goddenty坐标轴(Axes) 图例(Legend) 数据点(Data Point) 标题(Title) 刻度(Tick) […]Read More: Plot
分类目录: .Net, WPFCommunityToolkit.MvvmPost date: 2025-06-10Author: goddentyhttps://learn.microsoft.com/zh-cn/dotnet/communitytoolk […]Read More: CommunityToolkit.Mvvm
分类目录: .Net, WPFWebView2Post date: 2025-06-10Author: goddentyhttps://learn.microsoft.com/zh-cn/microsoft-edge/webvie […]Read More: WebView2
分类目录: .Net, WPFWPF常见布局容器Post date: 2025-06-10Author: goddenty如果想让容器接受鼠标事件,则必须将Background的值设置为非空,设置为透明或其他颜色。 MeasureO […]Read More: WPF常见布局容器
分类目录: .Net, WPFWPF TemplatePost date: 2025-06-10Author: goddentyControlTemplate 在 WPF 中,控件的 ControlTemplate 用于定义控件的外观。 […]Read More: WPF Template
分类目录: .Net, WPFWPF StylePost date: 2025-06-10Author: goddentyhttps://github.com/MahApps/MahApps.Metro https://github […]Read More: WPF Style
分类目录: .Net, WPFPrism介绍和使用Post date: 2025-06-10Author: goddenty使用Prism框架,可以为我们带来,IOC,Region,Navigation,Dialog,Binding, […]Read More: Prism介绍和使用
分类目录: .Net, WPFBehaviorPost date: 2025-06-10Author: goddenty可以通过代码的方法给控件增加一些行为,并直接在XAML中使用该逻辑。 Reference .Net Frame […]Read More: Behavior
分类目录: .Net, WPFResourcePost date: 2023-11-22Author: goddenty程序集资源:P181 添加资源:添加图片,将图片的 BuildAction 修改为Resource 检索资源: […]Read More: Resource