• Stars
    star
    424
  • Rank 101,768 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 5 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Messagebox for AvaloniaUI

MessageBox.Avalonia

Messagebox for AvaloniaUI Now support all platforms as Xplat template

To start you should install MessageBox.Avalonia NuGet package

dotnet add package MessageBox.Avalonia

nuget or download this repo.

nuget


The easiest way to get started is this:

  var box = MessageBoxManager
            .GetMessageBoxStandard("Caption", "Are you sure you would like to delete appender_replace_page_1?",
                ButtonEnum.YesNo);

        var result = await box.ShowAsync();

Other examples: wiki


Powered by

portfolio_view