Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoverElementsPane Class / SetOrientation Method
The Windows.UI.Xaml.FrameworkElement for which the property value is set.
The Windows.UI.Xaml.Controls.Orientation value to be set on the specified element.

In This Topic
    SetOrientation Method
    In This Topic
    Sets the value of the Orientation attached property for a given framework element.
    Syntax
    'Declaration
     
    
    Public Shared Sub SetOrientation( _
       ByVal element As FrameworkElement, _
       ByVal value As Object _
    ) 
    public static void SetOrientation( 
       FrameworkElement element,
       object value
    )

    Parameters

    element
    The Windows.UI.Xaml.FrameworkElement for which the property value is set.
    value
    The Windows.UI.Xaml.Controls.Orientation value to be set on the specified element.
    See Also