Share via


SpatialInteraction.SourceState Property

Definition

Gets the state associated with the source update that triggered this gesture.

public:
 property SpatialInteractionSourceState ^ SourceState { SpatialInteractionSourceState ^ get(); };
SpatialInteractionSourceState SourceState();
public SpatialInteractionSourceState SourceState { get; }
var spatialInteractionSourceState = spatialInteraction.sourceState;
Public ReadOnly Property SourceState As SpatialInteractionSourceState

Property Value

The state.

Applies to