ContentElement::TouchesOver Property
.NET Framework (current version)
Gets all touch devices that are over this element or any child elements in its visual tree.
Assembly: PresentationCore (in PresentationCore.dll)
public: property IEnumerable<TouchDevice^>^ TouchesOver { IEnumerable<TouchDevice^>^ get(); }
Property Value
Type: System.Collections.Generic::IEnumerable<TouchDevice^>^An enumeration of TouchDevice objects that are over this element or any child elements in its visual tree.
.NET Framework
Available since 4.0
Available since 4.0
Show: