使 ScatterViewItem 的阴影具有不同的形状
我正在使用 Expression Blend 和 Visual Studio 开发 Surface 程序。 我有一个自定义用户控件,带有椭圆和网格中的标签。 这需要放置在 scatterViewItem 中。
我的问题是 scatterviewitem 会在椭圆形内容下投射矩形阴影。 我可以完全禁用阴影,但是有什么方法可以让阴影继承其父级的形状吗? 或者我可以以任何方式设置 scatterviewItem 本身的形状吗?
I am developing a program for Surface using Expression Blend and Visual Studio.
I have a custom user control with an ellipse and a label in a grid.
This will need to be placed in a scatterViewItem.
My problem is that the scatterviewitem will cast a rectangle shaped shadow under the ellipse shaped content. I can disable the shadow completely, but is there any way to make the shadow inherit the shape from its parent? Or can i set the shape of the scatterviewItem itself in any way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,直接塑造阴影是不可能的...您必须创建自己的 ChromeShadow。 查看 Surface SDK 中的“ScatterPuzzle”示例。
Sorry but shaping the shadow directly is not possible... You have to create your own ChromeShadow. Take a look at the "ScatterPuzzle" Example from the Surface SDK.