Silverlight DropShadow 和缩放
在 Silverlight 中,如何缩放 DropShadowEffect
。
例如。下面的行在宽度和高度为 100 的矩形对象旁边创建阴影。
DropShadowEffect Color="Red" BlurRadius="0" Opacity="100" ShadowDepth="100" Direction="0"
现在我需要制作 90% 或 110% 而不是 100% 的阴影。
In Silverlight, how one can scale the DropShadowEffect
.
For eg. Following line creates the shadow, next to the rectangle object whose width and height is 100.
DropShadowEffect Color="Red" BlurRadius="0" Opacity="100" ShadowDepth="100" Direction="0"
Now I need to make the shadow of 90% or 110% instead of 100%.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论