Skip to content

Commit 0b81fca

Browse files
Sergio0694Arlodotexe
authored andcommitted
Update XML docs
1 parent 9ac676b commit 0b81fca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

components/Media/src/Brushes/AcrylicBrush.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,16 @@ private static void OnSourcePropertyChanged(DependencyObject d, DependencyProper
6969
}
7070
#endif
7171

72+
#if WINUI2
7273
/// <summary>
7374
/// Gets or sets the blur amount for the effect (must be a positive value)
7475
/// </summary>
7576
/// <remarks>This property is ignored when the active mode is <see cref="AcrylicBackgroundSource.HostBackdrop"/></remarks>
77+
#else
78+
/// <summary>
79+
/// Gets or sets the blur amount for the effect (must be a positive value)
80+
/// </summary>
81+
#endif
7682
public double BlurAmount
7783
{
7884
get => (double)GetValue(BlurAmountProperty);

0 commit comments

Comments
 (0)