Share via


CursorModel.ClampedPressExtent Property

Gets the extent of a clamped press gesture.

Syntax

public:
property float32 ClampedPressExtent {
         float32 get ();
}
public float ClampedPressExtent { get; }
var clampedPressExtent = cursorModel.clampedPressExtent;

Property value

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

Type: float32
Type: float
Type: Number

 

Gets the current PressExtent value, which represents the progress toward "press down". This is a floating point value between 0 and 1 where 1 indicates fully pressed.

Requirements

Namespace: Microsoft.Kinect.Toolkit.Input

Assembly: (in )

See also

Reference

CursorModel Class
Microsoft.Kinect.Toolkit.Input Namespace