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


C1.WPF Namespace > C1Menu Class : Orientation Property
Gets or sets the direction in which to render the Menu control.
Syntax
'Declaration
 
Public Property Orientation As System.Windows.Controls.Orientation
'Usage
 
Dim instance As C1Menu
Dim value As System.Windows.Controls.Orientation
 
instance.Orientation = value
 
value = instance.Orientation
public System.Windows.Controls.Orientation Orientation {get; set;}
See Also

Reference

C1Menu Class
C1Menu Members