我是WP7新手。我想让它半透明,这样整个页面都可以看到。但是,我在互联网上搜索并没有找到如何做到这一点。有人可以为我提供一个示例或链接。提前致谢。
有我的代码:
<phone:PhoneApplicationPage.ApplicationBar>
<shell:ApplicationBar IsVisible="true" IsMenuEnabled="True" BackgroundColor="FloralWhite" ForegroundColor="LightGreen">
<shell:ApplicationBarIconButton IconUri="images/light/flag.png" Text="Call Response"/>
<shell:ApplicationBarIconButton IconUri="images/buttons/call.png" Text="Call"/>
<shell:ApplicationBarIconButton IconUri="images/buttons/createEvent.png" Text="New Event"/>
<shell:ApplicationBarIconButton IconUri="images/buttons/eventCompleted.png" Text="Completed"/>