'Declaration
Public Shared Sub SetOrientation( _ ByVal element As FrameworkElement, _ ByVal value As Nullable(Of Orientation) _ )
public static void SetOrientation( FrameworkElement element, 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.