IKinectControl.IsPressable Property

Gets a boolean value indicating whether the control receives press gestures.

Syntax

public:
property bool IsPressable {
         bool get ();
}
public bool IsPressable { get; }

Property value

[C++] 
[C#] 

Type: bool
Type: bool

 

True if the control receives press gestures; otherwise, false.

Remarks

Requirements

Namespace: Microsoft.Kinect.Xaml.Controls

Assembly: (in )

See also

Reference

IKinectControl Interface
Microsoft.Kinect.Xaml.Controls Namespace