File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 20
20
Grid.Column="2"
21
21
Height="400">
22
22
<Border.Background>
23
- <brushes:AcrylicBrush BackgroundSource="@[Source:Enum:AcrylicBackgroundSource.Backdrop]"
23
+ <brushes:AcrylicBrush
24
24
TintColor="@[Tint:Brush:DarkCyan]"
25
25
TintOpacity="@[TintMix:DoubleSlider:0.2:0.0-1.0]"
26
26
BlurAmount="@[BlurAmount:DoubleSlider:12:0.0-32.0]"
27
27
TextureUri="ms-appx:///Assets/BrushAssets/NoiseTexture.png"/>
28
+ <!-- BackgroundSource="@[Source:Enum:AcrylicBackgroundSource.Backdrop]" -->
28
29
</Border.Background>
29
30
</Border>
30
31
</Grid>
Original file line number Diff line number Diff line change 63
63
64
64
<controls:Loading x:Name="LoadingControl">
65
65
<controls:Loading.Background>
66
- <brushes:AcrylicBrush BackgroundSource="Backdrop"
67
- TintColor="Black"
66
+ <brushes:AcrylicBrush TintColor="Black"
68
67
TintOpacity="@[Opacity:DoubleSlider:0.4:0.0-1.0]"
69
68
BlurAmount="@[BlurAmount:DoubleSlider:8:0.0-24.0]"/>
69
+ <!-- BackgroundSource="Backdrop" -->
70
70
</controls:Loading.Background>
71
71
<ContentControl x:Name="LoadingContentControl" />
72
72
</controls:Loading>
You can’t perform that action at this time.
0 commit comments