ProximitySensorReading.IsDetected 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 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.