Share via


CursorModel.PressExtent Property

Gets the extent of a press gesture.

Syntax

public:
property float32 PressExtent {
         float32 get ();
}
public float PressExtent { get; }
var pressExtent = cursorModel.pressExtent;

Property value

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

Type: float32
Type: float
Type: Number

 

The extent of a press gesture. 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