ThemeSettings.HighContrast Property

Definition

Gets the current High Contrast setting.

public:
 property bool HighContrast { bool get(); };
bool HighContrast();
public bool HighContrast { get; }
var boolean = themeSettings.highContrast;
Public ReadOnly Property HighContrast As Boolean

Property Value

Boolean

bool

Indicates the current High Contrast setting. Returns true if High Contrast mode is enabled on the system.

Applies to