共用方式為


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

已擷取其捲動方向的物件。

傳回

SelectiveScrollingOrientation

儲存格可捲動的方向。

適用於