开发者

Making a "Fuzzy border" in Silverlight 3.0

开发者 https://www.devze.com 2022-12-25 13:58 出处:网络
I would like to have fuzzy looking border around my Canvas control.Basically, I am creating a Print Preview screen, and I want it to look开发者_JS百科 almost exactly like the one in Word 2010.In this,

I would like to have fuzzy looking border around my Canvas control. Basically, I am creating a Print Preview screen, and I want it to look开发者_JS百科 almost exactly like the one in Word 2010. In this, there is a thin gray line, a thin orange line and then a fuzzy gradient around the outside of the page. Check it out and you will see what I mean.

Can anyone tell me how I can do this with my Canvas control?


Answer was in the comments. Thanks!

Here it is:

Does SL3 support BitmapEffects or ShaderEffects? If so, just drop a border on the bottom and give it a fuzzy effect. Just make sure not to put anything IN the border, just lay it on top of the border inside the canvas.

0

精彩评论

暂无评论...
验证码 换一张
取 消