Version

ResourceOverridesHighContrast Property

Gets/sets an optional System.Windows.ResourceDictionary that contains resources keyed by the enum values of T that will be used instead of the the corresponding defalse values.
Syntax
'Declaration
 
Public Property ResourceOverridesHighContrast As ResourceDictionary
public ResourceDictionary ResourceOverridesHighContrast {get; set;}
Remarks

Note: In WPF the x:Key used for the resoure can either be the enum value or its exact string equivalent. In Silverlight however, since that framework only supports keys that are strings or Types, you can only use the string equivalent as the key.

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