Gets or sets whether the items are arranged top-down/left-right or bottom-up/right-left.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public bool Reverse { get; set; }
Visual Basic
Public Property Reverse As Boolean
	Get
	Set

See Also