PerceptionColorFrameSource.Active Property

Definition

Gets a boolean value indicating whether or not the source is active.

public:
 property bool Active { bool get(); };
bool Active();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
bool Active();
public bool Active { get; }
public bool Active { [Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource 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 = perceptionColorFrameSource.active;
Public ReadOnly Property Active As Boolean

Property Value

Boolean

bool

A boolean value indicating whether or not the source is active.

Attributes

Applies to