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


C1.WPF Namespace > C1HyperPanel Class : Orientation Property
Gets or sets a value that indicates the dimension by which child elements are stacked.
Syntax
'Declaration
 
Public Property Orientation As System.Windows.Controls.Orientation
'Usage
 
Dim instance As C1HyperPanel
Dim value As System.Windows.Controls.Orientation
 
instance.Orientation = value
 
value = instance.Orientation
public System.Windows.Controls.Orientation Orientation {get; set;}
See Also

Reference

C1HyperPanel Class
C1HyperPanel Members