Version

HighContrast Property (UltraLiveTileView)

Returns or sets the high-contrast setting for the control.
Syntax
'Declaration
 
Public Property HighContrast As Boolean
public bool HighContrast {get; set;}
Remarks

Normally, the developer will want the control to observe the actual high-contrast setting for the local machine, which it does when no value is assigned to this property.

In cases where it is convenient to force the control to behave as if high-contrast mode is enabled/disabled, this property can be set accordingly. In this case, image resolution will proceed as if the actual high-contrast setting is that which corresponds to the value of this property.

By default, this property uses the HighContrast property of the SystemInformation class to determine whether high-contrast mode is enabled, and returns that value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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