上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页
  2025年9月4日
摘要: GradientText.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micr 阅读全文
posted @ 2025-09-04 12:19 dalgleish 阅读(14) 评论(0) 推荐(0)
摘要: Gradients.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microso 阅读全文
posted @ 2025-09-04 12:16 dalgleish 阅读(19) 评论(0) 推荐(0)
摘要: DashedLines.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.micro 阅读全文
posted @ 2025-09-04 10:54 dalgleish 阅读(43) 评论(0) 推荐(0)
摘要: 自定义扩展已经更新 https://www.cnblogs.com/dalgleish/p/18972924 LineJoins.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microso 阅读全文
posted @ 2025-09-04 10:38 dalgleish 阅读(39) 评论(0) 推荐(0)
摘要: LineCaps.axaml代码 <Window xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsof 阅读全文
posted @ 2025-09-04 10:33 dalgleish 阅读(19) 评论(0) 推荐(0)
  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 阅读(31) 评论(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 阅读(18) 评论(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 阅读(43) 评论(0) 推荐(0)
摘要: 特别提醒,只有Ellipse的Stretch是无效的,需要用Viewbox。这是Avalonia的设计问题。使用Viewbox的Stretch,会缩放StokeThiness,所以边框会变粗,建议自己实现一个Ellipse类,实现Stretch功能。 FillModes.axaml代码 <Windo 阅读全文
posted @ 2025-09-03 12:49 dalgleish 阅读(64) 评论(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 阅读(20) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 27 下一页