ProximitySensor.MaxDistanceInMillimeters 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.
The largest distance where the proximity sensor can detect an object.
public:
property IReference<unsigned int> ^ MaxDistanceInMillimeters { IReference<unsigned int> ^ get(); };
IReference<uint32_t> MaxDistanceInMillimeters();
public System.Nullable<uint> MaxDistanceInMillimeters { get; }
var iReference = proximitySensor.maxDistanceInMillimeters;
Public ReadOnly Property MaxDistanceInMillimeters As Nullable(Of UInteger)
Property Value
The maximum distance in millimeters where the proximity sensor supports detecting an object.