Share via


ContinuousGestureResult.Progress Property

Gets a value indicating the progress of a continuous gesture result.

Syntax

public:
property float32 Progress {
         float32 get ();
}
public float Progress { get; }
var progress = continuousGestureResult.progress;

Property value

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

Type: float32
Type: float
Type: Number

 

A value indicating the progress of a continuous gesture result.

Requirements

Namespace: Microsoft.Kinect.VisualGestureBuilder

Assembly: Microsoft.Kinect.VisualGestureBuilder (in microsoft.kinect.visualgesturebuilder.dll)

See also

Reference

ContinuousGestureResult Class
Microsoft.Kinect.VisualGestureBuilder Namespace