如何使用 Expression Blend 创建内阴影效果
我知道 DropShadowEffect 使用混合,但我需要阴影出现在控件内部,使其具有内部凹陷的外观。
任何想法将不胜感激。
I'm aware of the DropShadowEffect using blend, but I need the shadow to appear on the inside of the control giving it an internal recessed appearance.
Any ideas will be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一种使用带有剪切路径的投影来修剪外部边缘,仅留下阴影的内部部分的技术
http://www.codeproject.com/KB/WPF/innershadows.aspx
here is a technique that uses a drop shadow with a clipping path to trim the outside edge leaving only the inner portion of the shadow
http://www.codeproject.com/KB/WPF/innershadows.aspx