SpatialInteractionSourceEventArgs.State Property

Definition

Gets the interaction source state associated with the event.

public:
 property SpatialInteractionSourceState ^ State { SpatialInteractionSourceState ^ get(); };
SpatialInteractionSourceState State();
public SpatialInteractionSourceState State { get; }
var spatialInteractionSourceState = spatialInteractionSourceEventArgs.state;
Public ReadOnly Property State As SpatialInteractionSourceState

Property Value

The interaction source state.

Applies to