對我的生活中,我似乎無法找出設置ContentControl中的背景色的這個簡單的任務:設置ContentControl中的背景色在XAML
<ContentControl x:Name="Content03"
Width="130"
Height="130"
Canvas.Top="50"
Canvas.Left="400"
Background="Yellow">
<Ellipse Fill="YellowGreen" IsHitTestVisible="True">
</Ellipse>
</ContentControl>
也試過這樣做,使用樣式,但仍然不工作;(
使用模板,http://stackoverflow.com/questions/12334187/setting-background-color-on-a-wpf-contentview – Guy 2013-04-26 10:26:14