摘要:
WPFUI报错 page does not have a parameterless constructor. If you are using Wpf.Ui.IPageService do not navigate initially and don't use Cache or Precache 阅读全文
摘要:
创建了一个Avalonia控件库,添加了一个UserControl进行编辑时,出现了一个奇怪的问题:无法预览,没有智能提示,编译报错No executable found。设计器显示:reference the library from an executable or wait for the s 阅读全文
摘要:
PathIcon是一个Avalonia内置的控件,可以根据Geometry绘制一个图标。 源码 PathIcon间接继承TemplatedControl,只有一个Geometry类型的依赖属性Data: public class PathIcon : IconElement { static Pat 阅读全文