ComponentOne Scheduler for WPF and Silverlight
GetOrientation Method (CoverElementsPane)

C1.WPF.Schedule Namespace > CoverElementsPane Class : GetOrientation Method
The System.Windows.FrameworkElement from which the property value is read.
Gets the value of the Orientation attached property for a given framework element.
Syntax
'Declaration
 
Public Shared Function GetOrientation( _
   ByVal element As System.Windows.FrameworkElement _
) As System.Nullable(Of Orientation)
public static System.Nullable<Orientation> GetOrientation( 
   System.Windows.FrameworkElement element
)

Parameters

element
The System.Windows.FrameworkElement from which the property value is read.

Return Value

The System.Windows.Controls.Orientation value of the specified element.
See Also

Reference

CoverElementsPane Class
CoverElementsPane Members