Aracılığıyla paylaş


SpatialInteractionDetectedEventArgs.Interaction Property

Definition

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.

Applies to