Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the list of ManipulatableModel objects associated with a hit test.
Syntax
public:
property IVector<ManipulatableModel>^ ManipulationAwareElements {
IVector<ManipulatableModel>^ get ();
void set (IVector<ManipulatableModel>^ value);
}
public IList<ManipulatableModel>ManipulationAwareElements { get; set; }
var manipulationAwareElements = hitTestResult.manipulationAwareElements;
hitTestResult.manipulationAwareElements = manipulationAwareElements;
Property value
[C++]
[C#]
[JavaScript]
Type: IVector<ManipulatableModel>
Type: IList<ManipulatableModel>
Type: IVector<ManipulatableModel>
The list of ManipulatableModel objects associated with a hit test.
Requirements
Namespace: Microsoft.Kinect.Toolkit.Input
Assembly: (in )
See also
Reference
HitTestResult Class
Microsoft.Kinect.Toolkit.Input Namespace