Sets the value of the Orientation attached property for a given framework element.
シンタックス
'宣言
Public Shared Sub SetOrientation( _
ByVal As System.Windows.FrameworkElement, _
ByVal As System.Nullable(Of Orientation) _
)
public static void SetOrientation(
System.Windows.FrameworkElement ,
System.Nullable<Orientation>
)
パラメータ
- 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.
参照