Share via


PressableModel.HoldProgress Property

Gets a floating point value indicating the progress of a held press gesture.

Syntax

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

Property value

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

Type: float32
Type: float
Type: Number

 

A floating point value indicating the progress of a held press gesture where 0 indicates the hold has just begun and 1.0 indicates that the hold is complete.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

PressableModel Class
Microsoft.Kinect.Toolkit.Input Namespace