[]
        
(Showing Draft Content)

C1.WPF.Schedule.CoverElementsPane.SetOrientation

SetOrientation Method

SetOrientation(FrameworkElement, Orientation?)

Sets the value of the Orientation attached property for a given framework element.

Declaration
public static void SetOrientation(FrameworkElement element, Orientation? value)
Parameters
Type Name Description
FrameworkElement element

The FrameworkElement for which the property value is set.

Orientation? value

The Orientation value to be set on the specified element.