使 ScatterViewItem 的阴影具有不同的形状

发布于 2024-07-26 18:12:15 字数 239 浏览 9 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我不在是我 2024-08-02 18:12:15

抱歉,直接塑造阴影是不可能的...您必须创建自己的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文