ContentElement.TouchesDirectlyOver Propriedade

Definição

Recebe todos os dispositivos táteis que passam por este elemento.

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

Valor de Propriedade

Uma enumeração de TouchDevice objetos que estão sobre este elemento.

Aplica-se a