Using MessageBox
Installation
Using standalone styled MessageBox
Import resource.
Synchronised use.
Asynchronous use.
Using Acss-based MessageBox
The difference with standalone MessageBox styles is that Acss-based styles load different style resources. There is no difference in the way it is called.
Using custom styles
You can still customise the theme and style of the MessageBox, in the same way as overriding the theme style of other Avalonia controls/windows.
Samples
We provide standalone MessageBox example code, visit it on Github.
Last updated
Was this helpful?