I have a requirement where I need to show label on hover of button. So, whenever my cursor is on the button, the corresponding label should be visible, and when cursor moves out of button area, the label should be hidden.
Something like below
Label visible on hover
I can see only 'Pressed' property in Power Apps, but no 'Hover' property.
Any help would be useful.