Share via


KinectHoldingEventArgs.HoldingState Property

Gets the state of the Holding event.

Syntax

public:
property KinectHoldingState HoldingState {
         KinectHoldingState get ();
}
public KinectHoldingState HoldingState { get; }
var holdingState = kinectHoldingEventArgs.holdingState;

Property value

Type: KinectHoldingState
The state of the Holding event.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectHoldingEventArgs Class
WindowsPreview.Kinect.Input Namespace