Manipulation.IsManipulationActive(UIElement) 메서드

정의

조작이 지정된 요소와 연결되었는지 여부를 나타내는 값을 가져옵니다.

public:
 static bool IsManipulationActive(System::Windows::UIElement ^ element);
public static bool IsManipulationActive (System.Windows.UIElement element);
static member IsManipulationActive : System.Windows.UIElement -> bool
Public Shared Function IsManipulationActive (element As UIElement) As Boolean

매개 변수

element
UIElement

확인할 요소입니다.

반환

조작이 지정한 요소와 연결되어 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상