What is the difference between a button and an ImageButton in .NET MAUI?

Platform: .NET MAUI| Category: Controls

A button typically displays text, while an ImageButton displays an image. Both respond to user clicks.
XAML:

<ImageButton x:Name="imageButton" Source="icon.png"/>

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.