NotificationCenter..::..NewAlertColor Property
The color used when a new alert is detected.
Namespace:
Wpf.NotificationCenterAssembly: 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); }