【发布时间】:2023-03-19 18:51:01
【问题描述】:
我怎样才能隐藏这个图标,
?
问题是我总是有相同的颜色背景,即使主题是黑色或浅色并且看起来不太好,我知道可以隐藏它。在 xaml 但我不知道最好的方法!
我试过这个!但不工作:(
<Page
x:Class="App1.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:PuzzleTalk"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"
Shell:SystemTray.IsVisiable="False"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
【问题讨论】:
-
您正在将 Silverlight 解决方案应用于非 Silverlight 项目。
标签: xaml windows-phone-8 microsoft-metro