UIElement.TouchesDirectlyOver Propriété

Définition

Obtient tous les périphériques tactiles qui se trouvent sur cet élément.

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)

Valeur de propriété

Énumération d'objets TouchDevice situés au-dessus de cet élément.

S’applique à