'Declaration
Public Shared Function GetOrientation( _ ByVal element As FrameworkElement _ ) As Nullable(Of Orientation)
public static Nullable<Orientation> GetOrientation( 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.