'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.