ProximitySensorReading.IsDetected Property

Definition

Gets whether or not an object is detected by the proximity sensor.

public:
 property bool IsDetected { bool get(); };
bool IsDetected();
public bool IsDetected { get; }
var boolean = proximitySensorReading.isDetected;
Public ReadOnly Property IsDetected As Boolean

Property Value

Boolean

bool

True if an object is detected by the proximity sensor; otherwise false.

Applies to