Share via


KinectRegion.IsKinectSoundEnabled Property

Gets or sets a value indicating whether Kinect sound is enabled.

Syntax

public:
static property bool IsKinectSoundEnabled {
         bool get ();
         void set (bool value);
}
public static bool IsKinectSoundEnabled { get; set; }

Property value

[C++] 
[C#] 

Type: bool
Type: bool

 

True if Kinect sound is enabled; otherwise, false.

Remarks

Requirements

Namespace: Microsoft.Kinect.Xaml.Controls

Assembly: (in )

See also

Reference

KinectRegion Class
Microsoft.Kinect.Xaml.Controls Namespace