UIElement.TouchesCapturedWithin Propriedade

Definição

Obtém todos os dispositivos de toque capturados para esse elemento ou quaisquer elementos filho em sua árvore visual.

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)

Valor da propriedade

Uma enumeração de TouchDevice objetos que são capturados para esse elemento ou qualquer elemento filho em sua árvore visual.

Aplica-se a