NotificationCenter..::..NoAlertColor Property

Gets or sets the color of the no alert.

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

Syntax


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

Field Value

The color of the no alert.