SystemBackdropConfiguration.HighContrastBackgroundColor Property

Definition

Gets or sets the background color used when system or application high-contrast theme is applied.

public:
 property IReference<Color> ^ HighContrastBackgroundColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> HighContrastBackgroundColor();

void HighContrastBackgroundColor(IReference<Color> value);
public System.Nullable<Color> HighContrastBackgroundColor { get; set; }
var iReference = systemBackdropConfiguration.highContrastBackgroundColor;
systemBackdropConfiguration.highContrastBackgroundColor = iReference;
Public Property HighContrastBackgroundColor As Nullable(Of Color)

Property Value

The background color used when system or application high-contrast theme is applied.

Remarks

When the system or application high-contrast theme is applied, IsHighContrast is true.

Applies to

See also