Share via


KinectPressingUpdatedEventArgs.HoldProgress Property

Gets a normalized value indicating the progress of a hold gesture.

Syntax

public:
property float32 HoldProgress {
         float32 get ();
}
public float HoldProgress { get; }
var holdProgress = kinectPressingUpdatedEventArgs.holdProgress;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: float32
Type: float
Type: Number

 

A normalized value indicating the progress of a hold gesture.

Remarks

This value is 0.0 when a hold gesture starts and increases to 1.0, which indicates the hold gesture is complete.

Requirements

Namespace: WindowsPreview.Kinect.Input

Metadata: windowspreview.kinect.winmd

See also

Reference

KinectPressingUpdatedEventArgs Class
WindowsPreview.Kinect.Input Namespace