NotificationCenter..::..NoAlertColor Property
Gets or sets the color of the no alert.
Namespace:
Wpf.NotificationCenterAssembly: 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); }