Notification..::..ShowExpander Property

Gets or sets a value indicating whether [show expander].

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

Syntax


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

Field Value

true if [show expander]; otherwise, false.