Using opacity on Background property affects entire control and contents
Closed this issue · 1 comments
FacilisDK commented
When I set the Background like:
<Controls:SplitView Name="SplView">
<Controls:SplitView.Background>
<ImageBrush ImageSource="Assets/BingWallpaper.jpg" Opacity=".5" />
</Controls:SplitView.Background>
The entire control including Pane and Content is affected by the opacity value.
FrayxRulez commented
I think that's normal, put directly a Image control in the back of the control