Image Controls
These Avalonia UI controls allow you to images to your app.
info
If you plan to bind an image source, you will need to use an image converter. To learn how to do this, see here.
DrawingImage | Displays a vector image. | |
Image | Displays a bitmap image. | |
PathIcon | Draws an icon from stream geometry instructions. |