SpatialInteractionSourceEventArgs.State 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 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.