NotificationCenter..::..IsItemsAscending Property

Gets or sets a value indicating whether this instance is items ascending.

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

Syntax


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

Field Value

true if this instance is items ascending; otherwise, false.