<Page
x:Class="DOCompare.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<SplitView DisplayMode="CompactInline" IsPaneOpen="False" x:Name="HomeSplit" CompactPaneLength="52" OpenPaneLength="360" Style="{StaticResource SystemControlAcrylicWindowBrush}">
<SplitView.Pane>
...
</SplitView.Pane>
<SplitView.Content>
...
</SplitView.Content>
</SplitView>
这是我的XAML代码,我想在我的splitview中应用丙烯酸刷(背景丙烯酸,不在应用程序中)。但它没有用。
有什么问题?
答案 0 :(得分:2)
我解决了!
PaneBackground="{StaticResource SystemControlAcrylicWindowBrush}"
我们应该使用上面而不是样式