上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 23 下一页
  2025年7月11日
摘要: 这次继承C# Avalonia官方自带的Canvas,扩展一个InkCanvas,兼容Canvas的所有功能。为了简化自定义命名控件,建议把自定义控件加入到默认空间。 AssemblyInfo.cs代码如下 using System.Runtime.CompilerServices; using S 阅读全文
posted @ 2025-07-11 12:31 dalgleish 阅读(459) 评论(0) 推荐(0)
  2025年7月10日
摘要: SimpleCanvas.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr 阅读全文
posted @ 2025-07-10 14:30 dalgleish 阅读(32) 评论(0) 推荐(0)
摘要: SharedSizeGroup.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.m 阅读全文
posted @ 2025-07-10 14:25 dalgleish 阅读(27) 评论(0) 推荐(0)
摘要: DoubleSplitWindow.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas 阅读全文
posted @ 2025-07-10 14:18 dalgleish 阅读(23) 评论(0) 推荐(0)
摘要: SplitWindow.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micro 阅读全文
posted @ 2025-07-10 14:13 dalgleish 阅读(15) 评论(0) 推荐(0)
摘要: LayoutRoundingTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schema 阅读全文
posted @ 2025-07-10 14:05 dalgleish 阅读(17) 评论(0) 推荐(0)
摘要: SimpleGrid.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micros 阅读全文
posted @ 2025-07-10 14:01 dalgleish 阅读(21) 评论(0) 推荐(0)
摘要: BasicDialogBox.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.mi 阅读全文
posted @ 2025-07-10 13:49 dalgleish 阅读(29) 评论(0) 推荐(0)
摘要: SimpleDock.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micros 阅读全文
posted @ 2025-07-10 13:42 dalgleish 阅读(28) 评论(0) 推荐(0)
摘要: SimpleWrap.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micros 阅读全文
posted @ 2025-07-10 13:34 dalgleish 阅读(19) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 23 下一页