Skip to content

Commit

Permalink
Update XML docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 authored and Arlodotexe committed Aug 24, 2024
1 parent 9ac676b commit 0b81fca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/Media/src/Brushes/AcrylicBrush.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,16 @@ private static void OnSourcePropertyChanged(DependencyObject d, DependencyProper
}
#endif

#if WINUI2
/// <summary>
/// Gets or sets the blur amount for the effect (must be a positive value)
/// </summary>
/// <remarks>This property is ignored when the active mode is <see cref="AcrylicBackgroundSource.HostBackdrop"/></remarks>
#else
/// <summary>
/// Gets or sets the blur amount for the effect (must be a positive value)
/// </summary>
#endif
public double BlurAmount
{
get => (double)GetValue(BlurAmountProperty);
Expand Down

0 comments on commit 0b81fca

Please sign in to comment.