<Button Content="Button" Height="30"  Width="75" >
            <Button.BitmapEffect>
                <OuterGlowBitmapEffect GlowColor="Red" GlowSize="10" />
            </Button.BitmapEffect>
        </Button>
就这么如此简单的XAML代码,在VS2008下完全正常,在VS2010下,编译没有问题,但是一运行,按钮没有出现期望的发光效果。非常郁闷,遇到这样的问题真的很无语,按道理微软应该不会留这么大的BUG,不知道大家有遇到没?