【问题标题】:OuterGlowBitmapEffect Alternative Without BitmapEffects没有 BitmapEffects 的 OuterGlowBitmapEffect 替代方案
【发布时间】:2010-05-20 01:03:55
【问题描述】:

OuterGlowBitmapEffect 有什么好的替代品?

最好是可以在主题/样式中使用的一种,一种可以在没有 BitmapEffects 的情况下使用的。

【问题讨论】:

标签: wpf styles effects bitmapeffect


【解决方案1】:

标准的Effect 库提供了一个DropShadowEffect,可以设置为看起来像OuterGlowBitmapEffect。这种效果的好处是它是硬件加速的(不像位图效果,它是在软件中完成的)。要使DropShadowEffect 看起来像发光,只需将ShadowDepth 属性设置为0。

【讨论】:

    【解决方案2】:

    不知道好不好,我从来没有测试过,我只是读过,看看here

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-01-09
      • 1970-01-01
      • 1970-01-01
      • 2017-07-15
      • 2013-10-14
      • 1970-01-01
      • 2010-12-25
      • 2011-05-28
      相关资源
      最近更新 更多