ContentElement.TouchesOver Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all touch devices that are over this element or any child elements in its visual tree.
public:
property System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ TouchesOver { System::Collections::Generic::IEnumerable<System::Windows::Input::TouchDevice ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Windows.Input.TouchDevice> TouchesOver { get; }
member this.TouchesOver : seq<System.Windows.Input.TouchDevice>
Public ReadOnly Property TouchesOver As IEnumerable(Of TouchDevice)
Property Value
An enumeration of TouchDevice objects that are over this element or any child elements in its visual tree.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.