diff --git a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/opacity-masks-overview.md b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/opacity-masks-overview.md index 1caab0f..9a4182e 100644 --- a/dotnet-desktop-guide/framework/wpf/graphics-multimedia/opacity-masks-overview.md +++ b/dotnet-desktop-guide/framework/wpf/graphics-multimedia/opacity-masks-overview.md @@ -51,7 +51,7 @@ LinearGradientBrush opacity masking example ![Object with a DrawingBrush opacity mask](./media/wcpsdk-drawingbrushasopacitymask-single.jpg "wcpsdk_drawingbrushasopacitymask_single") DrawingBrush opacity masking example - The gradient brushes ( and ) are particularly well-suited for use as an opacity mask. Because a fills an area with a uniform color, they make poor opacity masks; using a is equivalent to setting the element's or visual's property. + The gradient brushes ( and ) are particularly well-suited for use as an opacity mask. Because a fills an area with a uniform color, they make poor opacity masks; using a is equivalent to setting the element's or visual's property. ## Using a Gradient as an Opacity Mask