Gets or sets a value that indicates the order in which the properties are sorted.

Namespace:  C1.WPF.Extended
Assembly:  C1.WPF.Extended (in C1.WPF.Extended.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public int Order { get; set; }
Visual Basic
Public Property Order As Integer
	Get
	Set
XAML Attribute Usage
<object Order="int" .../>

See Also