IsCaptureActive Property
Summary
Gets a value that indicates whether capturing is active.
Syntax
public bool IsCaptureActive { get; }
Public ReadOnly Property IsCaptureActive As Boolean
public:
property bool IsCaptureActive {
bool get();
}
Property Value
The value is true if capturing is active, false otherwise.