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