Share via


DepthFrameReader.IsPaused Property

Gets or sets whether the depth frame reader is paused.

Syntax

public:
property bool IsPaused {
         bool get ();
         void set (bool value);
}
public bool IsPaused { get; set; }
var isPaused = depthFrameReader.isPaused;
depthFrameReader.isPaused = isPaused;

Property value

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

Type: bool
Type: bool
Type: Boolean

 

The pause state of the depth frame reader.

Requirements

Namespace: WindowsPreview.Kinect

Metadata: windowspreview.kinect.winmd

See also

Reference

DepthFrameReader Class
WindowsPreview.Kinect Namespace