NotificationCenter..::..NewAlertColor Property

The color used when a new alert is detected.

Namespace:  Wpf.NotificationCenter
Assembly:  Wpf.NotificationCenter (in Wpf.NotificationCenter.dll)

Syntax


public SolidColorBrush NewAlertColor { get; set; }
Public Property NewAlertColor As SolidColorBrush
	Get
	Set
public:
property SolidColorBrush^ NewAlertColor {
	SolidColorBrush^ get ();
	void set (SolidColorBrush^ value);
}

Field Value

The new color of the alert.