UIElement.TouchesCapturedWithin Özellik

Tanım

Bu öğeye veya görsel ağacındaki alt öğelere yakalanan tüm dokunmatik cihazları alır.

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)

Özellik Değeri

IEnumerable<TouchDevice>

Bu öğeye TouchDevice veya görsel ağacındaki herhangi bir alt öğeye yakalanan nesnelerin sabit listesi.

Şunlara uygulanır