Path.PathOpacityMask

Path.PathOpacityMask property

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

public Brush PathOpacityMask { get; set; }

See Also