NotificationCenter..::..NotificationsVisible Property

Gets or sets a value indicating whether [notifications visible].

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

Syntax


public bool NotificationsVisible { get; set; }
Public Property NotificationsVisible As Boolean
	Get
	Set
public:
property bool^ NotificationsVisible {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [notifications visible]; otherwise, false.