Share via


ProximitySensor.MaxDistanceInMillimeters Property

Definition

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

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The maximum distance in millimeters where the proximity sensor supports detecting an object.

Applies to