言語

SelectiveScrollingGrid.GetSelectiveScrollingOrientation メソッド

定義

指定したオブジェクトに対してセルがスクロールできる方向を取得します。

public:
 static System::Windows::Controls::SelectiveScrollingOrientation GetSelectiveScrollingOrientation(System::Windows::DependencyObject ^ obj);
public static System.Windows.Controls.SelectiveScrollingOrientation GetSelectiveScrollingOrientation(System.Windows.DependencyObject obj);
static member GetSelectiveScrollingOrientation : System.Windows.DependencyObject -> System.Windows.Controls.SelectiveScrollingOrientation
Public Shared Function GetSelectiveScrollingOrientation (obj As DependencyObject) As SelectiveScrollingOrientation

パラメーター

obj
DependencyObject

スクロール方向が取得されるオブジェクト。

返品

セルがスクロールできる方向。

適用対象