ComponentOne FinancialChart for WPF
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 Orientation
'Usage
 
Dim instance As C1HyperPanel
Dim value As Orientation
 
instance.Orientation = value
 
value = instance.Orientation
public Orientation Orientation {get; set;}
public:
property Orientation Orientation {
   Orientation get();
   void set (    Orientation value);
}
See Also

Reference

C1HyperPanel Class
C1HyperPanel Members