AmbientLightSensor

Overview

The AmbientLightSensor interface of the the Sensor APIs returns the current light level or illuminance of the ambient light around the hosting device.

Location

Properties


illuminance

 

property illuminance: Double read write;

 

Double illuminance { get; set; }

 

var illuminance: Double { get{} set{} }

 

Double illuminance { __get; __set; }

 

Property illuminance() As Double