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

셀이 스크롤할 수 있는 방향입니다.

적용 대상