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


C1.Silverlight Namespace > C1WrapPanel 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 C1WrapPanel
Dim value As System.Windows.Controls.Orientation
 
instance.Orientation = value
 
value = instance.Orientation
public System.Windows.Controls.Orientation Orientation {get; set;}
See Also

Reference

C1WrapPanel Class
C1WrapPanel Members