PerceptionDepthFrameSource.IsControlled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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("PerceptionDepthFrameSource 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("PerceptionDepthFrameSource 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 = perceptionDepthFrameSource.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