I want my TextBlock to look disabled (grayed out) but when I set IsEnabled property to false nothing happens, it stays black:
<TextBlock Text="test" IsEnabled="False" />
Why is that?
Also I tried to use Label but it's size is bigger for some reason, so it will mess up all my layout.