SpatialInteractionDetectedEventArgs.Interaction 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 the detected interaction, for routing to a SpatialGestureRecognizer.
public:
property SpatialInteraction ^ Interaction { SpatialInteraction ^ get(); };
SpatialInteraction Interaction();
public SpatialInteraction Interaction { get; }
var spatialInteraction = spatialInteractionDetectedEventArgs.interaction;
Public ReadOnly Property Interaction As SpatialInteraction
Property Value
The interaction.
Remarks
Pass this SpatialInteraction object to the SpatialGestureRecognizer.CaptureInteraction method to route this interaction to that gesture recognizer.