This repository was archived by the owner on May 1, 2024. It is now read-only.

Description
Summary
If for some reason, the image in an ImageButton cannot be rendered, there should be an option for the developer to specify an alternate text to be displayed, much like the
tag in HTML.
API Changes
<ImageButton ...... alt="X" ... />
Intended Use Case
I am having difficulty displaying an ImageButton with Xamarin Forms in a macOS project (see bug #4792 ). It would be good if I was able to specify some alternative text that could be displayed.