Avalonia API Reference
C#
VB
F#
Show/Hide TOC
IPointer
Id Property
Gets a unique identifier for the input pointer.
Definition
Namespace:
Avalonia.Input
Assembly:
Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
C#
Copy
View Source
int
Id
{
get
; }
VB
Copy
View Source
ReadOnly
Property
Id
As
Integer
Get
F#
Copy
View Source
abstract
Id
:
int
with
get
Property Value
Int32
See Also
Reference
IPointer Interface
Avalonia.Input Namespace
In This Article
Definition
See Also