Notification..::..IsClickable Property

Gets or sets a value indicating whether this instance is clickable.

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

Syntax


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

Field Value

true if this instance is clickable; otherwise, false.