如何从库堆栈中删除阴影
我目前在一个项目中,我需要一个完全没有视觉效果的 LibraryStack,所以它只会显示内容。如果我只是删除背景,阴影会留在视图中,我似乎无法删除...
没有背景的librarystack http://img97.imageshack.us/img97/6778/librarystack.jpg
此代码如下所示:
<s:LibraryStack Background="Transparent">
<s:LibraryStackItem Background="AliceBlue"/>
<s:LibraryStackItem Background="Bisque"/>
<s:LibraryStackItem Background="Salmon"/>
</s:LibraryStack>
此堆栈仅用于解释目的,实际堆栈添加在c# 后面的代码中。因此最好在 C# 中添加任何有用的答案。
I'm currently in a project where I need a LibraryStack with no visuals at all, so it would just show the content. If I just remove the background a shadow stays in view which I cant seem to remove...
librarystack with no background http://img97.imageshack.us/img97/6778/librarystack.jpg
This code looks like:
<s:LibraryStack Background="Transparent">
<s:LibraryStackItem Background="AliceBlue"/>
<s:LibraryStackItem Background="Bisque"/>
<s:LibraryStackItem Background="Salmon"/>
</s:LibraryStack>
This stack is just for explaining purposes, the actual stack is added in the code behind in c#. So preferably any answers that would be usefull to add in c#.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要重新模板化该控件。例如:
You'll need to re-template the control. For example: