【发布时间】:2015-02-06 09:27:41
【问题描述】:
我正在尝试实现具有透明背景的 Windows 商店应用程序。 在我的 xaml 中,我写道:
<Page
x:Class="App4.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:App4"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" Background="Transparent">
但是背景是黑色的
【问题讨论】:
标签: xaml windows-store