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

In This Topic
    SetOrientation Method (CoverElementsPane)
    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 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.
    See Also