ContentElement.TouchesCapturedWithin 属性

定义

获取捕获到此元素的所有触摸设备或其可视化树中的任何子元素。

public:
 property System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ TouchesCapturedWithin { System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Windows.Input.TouchDevice> TouchesCapturedWithin { get; }
member this.TouchesCapturedWithin : seq<System.Windows.Input.TouchDevice>
Public ReadOnly Property TouchesCapturedWithin As IEnumerable(Of TouchDevice)

属性值

捕获到此元素的对象或其可视化树中的任何子元素的枚举 TouchDevice

适用于