Canvas.CanvasOpacityMask

Canvas.CanvasOpacityMask property

Gets or sets the canvas opacity mask. Specifies a mask of alpha values that is applied to the canvas in the same fashion as the Opacity attribute, but allowing different alpha values for different areas of the element.

public Brush CanvasOpacityMask { get; set; }

See Also