Scheduler for WinRT
GetOrientation Method


The Windows.UI.Xaml.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 FrameworkElement _
) As Object
'Usage
 
Dim element As FrameworkElement
Dim value As Object
 
value = CoverElementsPane.GetOrientation(element)
public static object GetOrientation( 
   FrameworkElement element
)

Parameters

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

Return Value

The Windows.UI.Xaml.Controls.Orientation value of the specified element.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CoverElementsPane Class
CoverElementsPane Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.