dotnet / dotnet/wpf

Button hilite color

Open
#11,200 0 comments 1 reaction 0 assignees View on GitHub
Investigate Win 11 Theming
Dominant language
C#
Stars
7.7k
Forks
1.3k
Avg merge
1d 11h
Merged PRs (30d)
61

Description

Window 11 fluent theme.

When trying to define custom hi-lite color for button in old way:

```


<Setter Property="Background" Value="Red"/>
<Style.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" Value="Lime"/>
</Trigger>
</Style.Triggers>

```
It's does not work. I also trying to set new styles:

```



```
But it does not seems work neither.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.