About 8,750,000 results
Open links in new tab
  1. 如何评价 .NET 平台的跨平台 UI 库 Avalonia UI? - 知乎

    2、跨平台的特色 现在.NET系跨平台的除了MAUI和Avalonia以外,其实还有个UNOPLATFORM,MAUI就不说了,Avalonia的语法是比较适合WPF开发者的,UNOPLATFORM是 …

  2. Avalonia、Uno Platform和MAUI,哪一个才是.NET平台上最佳跨平台解 …

    Avalonia、Uno Platform和MAUI,哪一个才是.NET平台上最佳跨平台解决方案? Avalonia Uno Platform dotnet/maui 显示全部 关注者 146 被浏览

  3. Implementing Navigation in Avalonia with MVVM Community Toolkit

    Sep 27, 2024 · Implementing Navigation in Avalonia with MVVM Community Toolkit Asked 1 year, 2 months ago Modified 1 year, 2 months ago Viewed 1k times

  4. How to modify an Avalonia WritableBitmap and update the changes as ...

    Feb 7, 2024 · How to modify an Avalonia WritableBitmap and update the changes as image control on UI? Asked 1 year, 10 months ago Modified 11 months ago Viewed 2k times

  5. c# - AvaloniaUI How to inherit from TextBox - Stack Overflow

    So I am trying to create a custom TextBox control with support for SecureString (basically I want to override OnTextInput()) using the Avalonia UI framework. The obvious approach for me is to directly …

  6. Custom-shaped and borderless window in Avalonia UI

    Oct 3, 2024 · I need to make a custom window in Avalonia UI, free of any OS decorations (Windows 11 in this case). So far I was able to find a bunch of properties that made the window completely …

  7. Is it possible to create a Skia Canvas element in an Avalonia application?

    May 6, 2020 · Also note that Avalonia has pluggable renderer architecture, so renderer is technically not guaranteed to be Skia, even if it's currently used by default on all platforms and is highly likely to …

  8. c# - How to create a custom avalonia control - Stack Overflow

    Jan 24, 2024 · I'm learning Avalonia and I couldn't figure this one out by reading the documentation. Let's suppose I want to create a custom user control made for facilitating numeric input on a …

  9. avalonia - AvaloniaUI ObservableProperty in compiled bindings - Stack ...

    Apr 8, 2025 · Ok, because it's an extension from Avalonia.Reactive. So the question is - how can I make a compiled binding from my Indicator observable properties to the checkbox control? Or should I be …

  10. How to bind properties for a custom user control properly in avalonia ui

    Jan 31, 2023 · How to bind properties for a custom user control properly in avalonia ui Asked 2 years, 11 months ago Modified 2 years, 10 months ago Viewed 4k times