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


C1.WPF Namespace > C1Separator Class : Orientation Property
Gets or sets the direction of the separator.
Syntax
'Declaration
 
Public Property Orientation As System.Windows.Controls.Orientation
'Usage
 
Dim instance As C1Separator
Dim value As System.Windows.Controls.Orientation
 
instance.Orientation = value
 
value = instance.Orientation
public System.Windows.Controls.Orientation Orientation {get; set;}
See Also

Reference

C1Separator Class
C1Separator Members