ManipulationCompletedEventArgs::Manipulators Property

.NET Framework (current version)
 

Gets a collection of objects that represents the touch contacts for the manipulation.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property IEnumerable<IManipulator^>^ Manipulators {
	IEnumerable<IManipulator^>^ get();
}

Property Value

Type: System.Collections.Generic::IEnumerable<IManipulator^>^

A collection of objects that represents the touch contacts for the manipulation.

.NET Framework
Available since 4.0
Return to top
Show: