Enum OrderType
Enumerates the two ways a data structure orders its elements.
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public enum OrderType
Ascending
Specifies that the element with the minimum priority will pop first in the data structure.
Descending
Specifies that the element with the maximum priority will pop first in the data structure.