NotificationCenter..::..ShowNotificationCenterButton Property

Gets or sets a value indicating whether [show notification center button].

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

Syntax


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

Field Value

true if [show notification center button]; otherwise, false.