2025年10月18日
摘要:
FrameBasedAnimation.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schem
阅读全文
posted @ 2025-10-18 09:23
dalgleish
阅读(7)
推荐(0)
摘要:
写一个辅助类PathHelper,用于将PathGeometry转换为对应离散的Point,用于路径追踪。 using System; using System.Collections.Generic; using Avalonia; using Avalonia.Media; public cla
阅读全文
posted @ 2025-10-18 09:14
dalgleish
阅读(6)
推荐(0)
2025年10月17日
摘要:
KeySplineAnimation.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schema
阅读全文
posted @ 2025-10-17 13:38
dalgleish
阅读(4)
推荐(0)
摘要:
ExpandElement2.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.mi
阅读全文
posted @ 2025-10-17 13:28
dalgleish
阅读(4)
推荐(0)
2025年10月16日
摘要:
BlurringButtons.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.m
阅读全文
posted @ 2025-10-16 11:46
dalgleish
阅读(11)
推荐(0)
摘要:
AnimateVisual.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.mic
阅读全文
posted @ 2025-10-16 11:17
dalgleish
阅读(11)
推荐(0)
2025年10月14日
摘要:
用我们自己写的Player C# Avalonia 15- Animation- AnimationPlayerTest AnimateRadialGradient.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http
阅读全文
posted @ 2025-10-14 11:35
dalgleish
阅读(5)
推荐(0)
2025年10月12日
摘要:
置顶的 C# Avalonia配置 已经更新 ExpandElement.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmln
阅读全文
posted @ 2025-10-12 03:12
dalgleish
阅读(5)
推荐(0)
2025年10月10日
摘要:
自定义扩展已经更新 C# Avalonia 扩展 - 所有例子必备 RotateButtonWithLayout.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/w
阅读全文
posted @ 2025-10-10 11:45
dalgleish
阅读(2)
推荐(0)
2025年10月6日
摘要:
RotateButton.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr
阅读全文
posted @ 2025-10-06 11:52
dalgleish
阅读(10)
推荐(0)