Hover property on MAUI button like in CSS

Dani_S 4,501 Reputation points
2022-10-18T10:14:31.613+00:00

HI,
How I used Hover property on MAUI button like in CSS ?
Thanks in advance ,

Developer technologies .NET .NET MAUI
{count} votes

Accepted answer
  1. Sreeju Nair 12,661 Reputation points
    2022-10-19T06:56:42.767+00:00

    In MAUI, Button has a Pressed VisualState that can be used to initiate a visual change to the Button when pressed, provided that it's enabled. See the details below.

    https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/button#button-visual-states

    Hope this helps


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.