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 阅读(9) 评论(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 阅读(7) 评论(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 阅读(12) 评论(0) 推荐(0)
摘要: 特别提醒,只有Ellipse的Stretch是无效的,需要用Viewbox。这是Avalonia的设计问题。使用Viewbox的Stretch,会缩放StokeThiness,所以边框会变粗,建议自己实现一个Ellipse类,实现Stretch功能。 FillModes.axaml代码 <Windo 阅读全文
posted @ 2025-09-03 12:49 dalgleish 阅读(15) 评论(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 阅读(7) 评论(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 阅读(12) 评论(0) 推荐(0)