Expression Blend 4中的外部发光在哪里? [英] Where is outer glow in Expression Blend 4?

查看:67
本文介绍了Expression Blend 4中的外部发光在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨论坛!

I´ m使用Expression Blend 4.我想在一些控件中使用外部发光效果!但是,我可以在可用的位图效果中找到外部发光选项!我的Expression Blend只有Blur效果和Drop Shadow效果。

I´m using Expression Blend 4. I want to use outer glow effect in some controls! However I can´t find outer glow option inside the available bitmap effects! My Expression Blend only has Blur effect and Drop Shadow effect.

我也尝试通过XAML代码在文本框中使用它。我使用过这样的东西:

I also tried to use it in a textbox via XAML code. I used something like this:

		<TextBox Height="27" Width="119"      HorizontalAlignment="Right" Margin="0,0,142,120.5" VerticalAlignment="Bottom" OpacityMask="#FFD82E2E" SnapsToDevicePixels="True">
			<TextBox.BitmapEffectInput>
				<BitmapEffectInput/>
			</TextBox.BitmapEffectInput>
			<TextBox.BitmapEffect>
				<OuterGlowBitmapEffect GlowSize="27"/>
			</TextBox.BitmapEffect>
		</TextBox>

它会编译,但文本框仍然没有外部发光。

It compiles but the textbox remains without outer glow.

我搜索过,我在这里找到了( http:// msdn.microsoft.com/en-us/library/system.windows.media.effects.outerglowbitmapeffect.aspx )这个:

I searched and I found here (http://msdn.microsoft.com/en-us/library/system.windows.media.effects.outerglowbitmapeffect.aspx) this:

注意:此API现已过时。 非过时的替代方案是  BlurEffect
在物体或颜色区域周围创建一个颜色光晕。

Note: This API is now obsolete. The non-obsolete alternative is BlurEffect. Creates a halo of color around objects or areas of color.

似乎外部发光不再可用......它是否被模糊效果取代?

It seems that outer glow is no more available...Is it replaced by Blur effect?

你的表情混合4中有外部发光效果吗?

Do you have the outer glow effect in your expression blend 4?

你能帮助我吗?&/ nbsp;

Could you help me? 

最好的rgds并提前致谢

best rgds and thanks in advance

 

Eduardo

推荐答案

为什么不使用替换的BlurEffect而不是过时的?
Why not use the replacement BlurEffect instead of the obsolete one?


这篇关于Expression Blend 4中的外部发光在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆