ComponentOne Basic Library for WPF and Silverlight
Orientation Property (C1ListViewer)


C1.WPF Namespace > C1ListViewer Class : Orientation Property
Gets or sets the orientation in which the list is displayed.
Syntax
'Declaration
 
Public Property Orientation As System.Windows.Controls.Orientation
'Usage
 
Dim instance As C1ListViewer
Dim value As System.Windows.Controls.Orientation
 
instance.Orientation = value
 
value = instance.Orientation
public System.Windows.Controls.Orientation Orientation {get; set;}
See Also

Reference

C1ListViewer Class
C1ListViewer Members