SpatialNavigationCanceledEventArgs.InteractionSourceKind 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 kind of interaction source associated with this gesture.
public:
property SpatialInteractionSourceKind InteractionSourceKind { SpatialInteractionSourceKind get(); };
SpatialInteractionSourceKind InteractionSourceKind();
public SpatialInteractionSourceKind InteractionSourceKind { get; }
var spatialInteractionSourceKind = spatialNavigationCanceledEventArgs.interactionSourceKind;
Public ReadOnly Property InteractionSourceKind As SpatialInteractionSourceKind
Property Value
The interaction source kind.