Share via


KinectSoundDefinition.PressSoundUri Property

Gets the URI of the sound for the press gesture.

Syntax

public:
property Uri^ PressSoundUri {
         Uri^ get ();
}
public UriPressSoundUri { get; }
var pressSoundUri = kinectSoundDefinition.pressSoundUri;

Property value

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

Type: Uri
Type: Uri
Type: Uri

 

The URI of the sound for the tap gesture.

Requirements

Namespace: Microsoft.Kinect.Xaml.Controls

Assembly: (in )

See also

Reference

KinectSoundDefinition Class
Microsoft.Kinect.Xaml.Controls Namespace