Bevel EffectI have a developer that love to used the Bevel Bitmap effect but it kills performance, does anyone know if this will be supported as a Hardware rendered effect or if there is a way to do this without a performance hit.© 2009 Microsoft Corporation. All rights reserved.Thu, 02 Jul 2009 22:00:45 Zfed7b43c-49a6-4f0f-a13c-d0a9907924f2http://social.expression.microsoft.com/Forums/en-US/blend/thread/fed7b43c-49a6-4f0f-a13c-d0a9907924f2#fed7b43c-49a6-4f0f-a13c-d0a9907924f2http://social.expression.microsoft.com/Forums/en-US/blend/thread/fed7b43c-49a6-4f0f-a13c-d0a9907924f2#fed7b43c-49a6-4f0f-a13c-d0a9907924f2JLLOhttp://social.expression.microsoft.com/Profile/en-US/?user=JLLOBevel EffectI have a developer that love to used the Bevel Bitmap effect but it kills performance, does anyone know if this will be supported as a Hardware rendered effect or if there is a way to do this without a performance hit.Wed, 01 Jul 2009 16:06:45 Z2009-07-01T16:06:45Zhttp://social.expression.microsoft.com/Forums/en-US/blend/thread/fed7b43c-49a6-4f0f-a13c-d0a9907924f2#6d04f5e1-ffc8-45d6-9962-09cf8b0b1dachttp://social.expression.microsoft.com/Forums/en-US/blend/thread/fed7b43c-49a6-4f0f-a13c-d0a9907924f2#6d04f5e1-ffc8-45d6-9962-09cf8b0b1dacVLTIIhttp://social.expression.microsoft.com/Profile/en-US/?user=VLTIIBevel EffectYou can always fake a hard bevel with a reflected gradient on the stroke... something like this:<br/><br/> <pre lang=x-xml> &lt;Border Padding=&quot;5&quot;&gt; &lt;Border.Background&gt; &lt;LinearGradientBrush EndPoint=&quot;0.5,1&quot; StartPoint=&quot;0.5,0&quot;&gt; &lt;GradientStop Color=&quot;#FF000000&quot; Offset=&quot;0&quot;/&gt; &lt;GradientStop Color=&quot;#FF2B2B2B&quot; Offset=&quot;1&quot;/&gt; &lt;/LinearGradientBrush&gt; &lt;/Border.Background&gt; &lt;Border BorderThickness=&quot;2,2,2,2&quot; CornerRadius=&quot;10,10,10,10&quot; Margin=&quot;20,20,20,20&quot; Background=&quot;#FF838383&quot;&gt; &lt;Border.BorderBrush&gt; &lt;LinearGradientBrush EndPoint=&quot;0.5,1&quot; StartPoint=&quot;0.5,0&quot; MappingMode=&quot;RelativeToBoundingBox&quot;&gt; &lt;GradientStop Color=&quot;#FF000000&quot; Offset=&quot;0.474&quot;/&gt; &lt;GradientStop Color=&quot;#FFFFFFFF&quot; Offset=&quot;1&quot;/&gt; &lt;GradientStop Color=&quot;#FFFFFFFF&quot; Offset=&quot;0&quot;/&gt; &lt;/LinearGradientBrush&gt; &lt;/Border.BorderBrush&gt; &lt;/Border&gt; &lt;/Border&gt;</pre><hr class="sig">www.LeonTerry.comWed, 01 Jul 2009 19:36:34 Z2009-07-01T19:36:34Zhttp://social.expression.microsoft.com/Forums/en-US/blend/thread/fed7b43c-49a6-4f0f-a13c-d0a9907924f2#4ac96d92-d968-49b6-b4db-b55880140c5ahttp://social.expression.microsoft.com/Forums/en-US/blend/thread/fed7b43c-49a6-4f0f-a13c-d0a9907924f2#4ac96d92-d968-49b6-b4db-b55880140c5aBrennon Williamshttp://social.expression.microsoft.com/Profile/en-US/?user=Brennon%20WilliamsBevel EffectHowdy,<br/><br/>Leon's answer is the best for a bevel specifically at present. I wasnt able to find a HLSL solution for you but thought I would provide this link should you have further effects requirements.<br/><br/><a href="http://www.codeplex.com/wpffx">http://www.codeplex.com/wpffx</a><br/><br/>It was also discussed here:<br/><br/><a href="http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/d19828e7-560e-4733-97b4-63326be8390c">http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/d19828e7-560e-4733-97b4-63326be8390c</a><br/><br/>Sorry cant give you a plugin solution at the moment.<br/><br/>Cheers<hr class="sig"><p>Expression MVP</p> <p></p> <p>my blog : <a href="http://x-coders.com/blogs/sneaky/default.aspx">http://x-coders.com/blogs/sneaky/default.aspx</p>Thu, 02 Jul 2009 22:00:44 Z2009-07-02T22:00:44Z