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

适用于