FrameworkElement.GetFlowDirection(DependencyObject) 메서드

정의

지정된 DependencyObject에 대한 FlowDirection 연결된 속성의 값을 설정합니다.

public:
 static System::Windows::FlowDirection GetFlowDirection(System::Windows::DependencyObject ^ element);
public static System.Windows.FlowDirection GetFlowDirection (System.Windows.DependencyObject element);
static member GetFlowDirection : System.Windows.DependencyObject -> System.Windows.FlowDirection
Public Shared Function GetFlowDirection (element As DependencyObject) As FlowDirection

매개 변수

element
DependencyObject

FlowDirection을 반환할 요소입니다.

반환

FlowDirection

열거형 값인 요청된 흐름 방향입니다.

설명

이 메서드의 주요 목적은 속성에 연결된 FlowDirection 속성 구문을 지원하여 제공된 FrameworkElement 자식 요소가 부모 요소 내에서 배열에 대한 흐름 방향을 지정할 수 있도록 하는 것입니다. 현재 FrameworkElement값을 얻으려면 CLR(직접 공용 언어 런타임) 접근자를 FlowDirection사용합니다.

적용 대상

추가 정보