PerceptionInfraredFrameSource.IsControlled Property

Definition

Gets a boolean value indicating whether or not the source is the subject of controller mode.

public:
 property bool IsControlled { bool get(); };
bool IsControlled();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
bool IsControlled();
public bool IsControlled { get; }
public bool IsControlled { [Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = perceptionInfraredFrameSource.isControlled;
Public ReadOnly Property IsControlled As Boolean

Property Value

Boolean

bool

A boolean value indicating whether or not the source is the subject of controller mode.

Attributes

Applies to