上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 26 下一页
  2025年9月3日
摘要: 官方的Polygon并没有实现FillRule,但是大家可以自己扩展,这里我用官方Path替代。 InsideOutsideFill.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.micro 阅读全文
posted @ 2025-09-03 13:25 dalgleish 阅读(21) 评论(0) 推荐(0)
摘要: PolylinesAndPolygons.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://sche 阅读全文
posted @ 2025-09-03 13:02 dalgleish 阅读(13) 评论(0) 推荐(0)
摘要: Viewbox可以让图形随着窗口变化而变化。 ViewboxResize.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmln 阅读全文
posted @ 2025-09-03 12:58 dalgleish 阅读(38) 评论(0) 推荐(0)
摘要: 特别提醒,只有Ellipse的Stretch是无效的,需要用Viewbox。这是Avalonia的设计问题。使用Viewbox的Stretch,会缩放StokeThiness,所以边框会变粗,建议自己实现一个Ellipse类,实现Stretch功能。 FillModes.axaml代码 <Windo 阅读全文
posted @ 2025-09-03 12:49 dalgleish 阅读(58) 评论(0) 推荐(0)
摘要: RoundedRectangles.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas 阅读全文
posted @ 2025-09-03 11:27 dalgleish 阅读(13) 评论(0) 推荐(0)
摘要: Shapes.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft. 阅读全文
posted @ 2025-09-03 11:02 dalgleish 阅读(19) 评论(0) 推荐(0)
  2025年9月2日
摘要: 使用开源例子,小小修改了下,使用了动态加载Behavior的方法。 https://github.com/wieslawsoltes/Xaml.Behaviors DragInCanvasTest.axaml代码 <Window xmlns="https://github.com/avaloniau 阅读全文
posted @ 2025-09-02 13:07 dalgleish 阅读(23) 评论(0) 推荐(0)
摘要: 为了展示调用动画的多种方法,这次用Behavior实现。可参考上例子IAction,更接近于wpf,但是不简洁。大家可以继承StyledElementBehavior,而不是Behavior。这样在xaml的绑定过程中,可以用x:Name命名FadeBehavior。我这里是为了测试附加属性和绑定, 阅读全文
posted @ 2025-09-02 12:17 dalgleish 阅读(22) 评论(0) 推荐(0)
摘要: 配置NuGet包已经更新 https://chuna2.787528.xyz/dalgleish/p/18967204 使用自己写的MediaElement https://chuna2.787528.xyz/dalgleish/p/19012473 PlayMediaTest.axaml代码 <Windo 阅读全文
posted @ 2025-09-02 08:18 dalgleish 阅读(22) 评论(0) 推荐(0)
  2025年8月28日
摘要: 创建一个ResourceDictionary <ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:local="using:AvaloniaUI.Demos.Book._10" xmlns:x="http://schemas 阅读全文
posted @ 2025-08-28 13:04 dalgleish 阅读(43) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 26 下一页