TouchDevice.IManipulator.Id Property

Definition

Gets the unique identifier of the TouchDevice as provided by the operating system.

property int System::Windows::Input::IManipulator::Id { int get(); };
int System.Windows.Input.IManipulator.Id { get; }
member this.System.Windows.Input.IManipulator.Id : int
 ReadOnly Property Id As Integer Implements IManipulator.Id

Property Value

The unique identifier of the TouchDevice.

Implements

Id

Remarks

This member is an explicit interface member implementation. It can be used only when the TouchDevice instance is cast to an IManipulator interface.

Applies to