Gets or sets an opacity mask, as a
System.Windows.Media.Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. This is a dependency property.
Syntax
'Declaration
Public Property OpacityMask As Brush
public Brush OpacityMask {get; set;}
Property Value
The brush to use for opacity masking.
See Also