Share via


CursorModel.HoldProgress Property

Gets a value indicating the progress of a hold gesture.

Syntax

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

Property value

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

Type: float32
Type: float
Type: Number

 

A floating point value between 0 and 1 where 0 indicates that the hold gesture hasn't started and 1 indicates that the hold gesture is complete.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorModel Class
Microsoft.Kinect.Toolkit.Input Namespace