Version

ResourceWasher Class

The ResourceWasher is a WPF resource dictionary that is used to clone brushes, pens and color resources defined in another ‘source resource dictionary’ and optional wash their colors. It exposes properties to specify the ‘source resource dictionary’, the default wash color along with a collection of wash groups. It also registers 2 attached properties that can be set on a Brush to specify its group name and whether its colors should be washed at all.
Syntax
'Declaration
 
Public Class ResourceWasher 
   Inherits System.Windows.ResourceDictionary
public class ResourceWasher : System.Windows.ResourceDictionary 
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also