Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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