You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Rationale
The current Button.Image property is mainly for displaying a small icon next to the text.
To avoid breaking changes, we should create a new ImageButton control. Both Button and ImageButton should derive from a common ButtonBase.
Implementation
see Button API, but skip the Label
Implementation on Android, iOS, UWP in renderers.
Backward Compatibility
Difficulty: Medium