ComponentOne Scheduler for WPF and Silverlight
SetOrientation Method (CoverElementsPane)

C1.Silverlight.Schedule Namespace > CoverElementsPane Class : SetOrientation Method
The System.Windows.FrameworkElement for which the property value is set.
The System.Windows.Controls.Orientation value to be set on the specified element.
Sets the value of the Orientation attached property for a given framework element.
Syntax
'Declaration
 
Public Shared Sub SetOrientation( _
   ByVal element As System.Windows.FrameworkElement, _
   ByVal value As System.Nullable(Of Orientation) _
) 
public static void SetOrientation( 
   System.Windows.FrameworkElement element,
   System.Nullable<Orientation> value
)

Parameters

element
The System.Windows.FrameworkElement for which the property value is set.
value
The System.Windows.Controls.Orientation value to be set on the specified element.
See Also

Reference

CoverElementsPane Class
CoverElementsPane Members