UIElement.TouchesCaptured Property

Definition

Gets all touch devices that are captured to this element.

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

Property Value

An enumeration of TouchDevice objects that are captured to this element.

Applies to