PointerDevice.MaxPointersWithZDistance 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 the maximum number of hover contacts supported by the input device.
public:
property unsigned int MaxPointersWithZDistance { unsigned int get(); };
uint32_t MaxPointersWithZDistance();
public uint MaxPointersWithZDistance { get; }
var uInt32 = pointerDevice.maxPointersWithZDistance;
Public ReadOnly Property MaxPointersWithZDistance As UInteger
Property Value
The default value is 0.
Note
MaxPointersWithZDistance might not be equal to MaxContacts.