VS2012 >> 新的 Silverlight 项目 >>
<UserControl x:Class="SilverlightApplication2.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="400">
<Grid x:Name="LayoutRoot" >
<Button Background="Red" />
</Grid>
</UserControl>
- silverlight 按钮默认模板发生了某种变化。我如何重置并恢复为默认值?
- WPF按钮背景工作正常
- 只有按钮问题,目前其他控件没有这个问题