ManipulationStartingEventArgs.Manipulators 属性

定义

获取表示操作的触摸触点的对象集合。

public:
 property System::Collections::Generic::IEnumerable<System::Windows::Input::IManipulator ^> ^ Manipulators { System::Collections::Generic::IEnumerable<System::Windows::Input::IManipulator ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Windows.Input.IManipulator> Manipulators { get; }
member this.Manipulators : seq<System.Windows.Input.IManipulator>
Public ReadOnly Property Manipulators As IEnumerable(Of IManipulator)

属性值

一个由表示操作的触摸触点的对象组成的集合。

适用于