Gets or sets the orientation in which the list is displayed.

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

Syntax

C#
public Orientation Orientation { get; set; }
Visual Basic
Public Property Orientation As Orientation
	Get
	Set

Remarks

This is a dependency property.

See Also