2025年11月17日
摘要:
通过xaml来定义Template样式。 ColorPicker.cs代码 using Avalonia; using Avalonia.Controls; using Avalonia.Controls.Metadata; using Avalonia.Controls.Primitives; u
阅读全文
posted @ 2025-11-17 08:35
dalgleish
阅读(17)
推荐(0)
2025年11月16日
摘要:
自定义ColorPicker2类 ColorPicker2.cs代码 using Avalonia; using Avalonia.Controls; using Avalonia.Controls.Metadata; using Avalonia.Controls.Primitives; usin
阅读全文
posted @ 2025-11-16 14:37
dalgleish
阅读(24)
推荐(0)
2025年11月11日
摘要:
VisualTreeDisplay.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas
阅读全文
posted @ 2025-11-11 15:06
dalgleish
阅读(18)
推荐(0)
2025年11月2日
摘要:
MultiPartTemplates.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schema
阅读全文
posted @ 2025-11-02 04:49
dalgleish
阅读(10)
推荐(0)
2025年11月1日
摘要:
ButtonTemplate.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.mi
阅读全文
posted @ 2025-11-01 09:47
dalgleish
阅读(10)
推荐(0)
2025年10月31日
摘要:
GradientButtonTest.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schema
阅读全文
posted @ 2025-10-31 09:18
dalgleish
阅读(11)
推荐(0)
2025年10月29日
摘要:
SimpleCustomButton.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schema
阅读全文
posted @ 2025-10-29 12:25
dalgleish
阅读(21)
推荐(0)
2025年10月24日
摘要:
ControlTemplateBrowser.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://sc
阅读全文
posted @ 2025-10-24 14:59
dalgleish
阅读(18)
推荐(0)
2025年10月23日
摘要:
实现粒子效果,继承Decorator。 SonicEffect.cs using Avalonia; using Avalonia.Controls; using Avalonia.Input; using Avalonia.Interactivity; using Avalonia.Media;
阅读全文
posted @ 2025-10-23 11:27
dalgleish
阅读(12)
推荐(0)
2025年10月22日
摘要:
ReusableFollowExample.axaml代码 <UserControl xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http:
阅读全文
posted @ 2025-10-22 09:43
dalgleish
阅读(10)
推荐(0)