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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.