RawPointerEventArgsIntermediatePoints Property
Points that were traversed by a pointer since the previous relevant event,
only valid for Move and TouchUpdate
Namespace: Avalonia.Input.RawAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Lazy<IReadOnlyList<RawPointerPoint>?>? IntermediatePoints { get; set; }
Public Property IntermediatePoints As Lazy(Of IReadOnlyList(Of RawPointerPoint))
Get
Set
member IntermediatePoints : Lazy<IReadOnlyList<RawPointerPoint>> with get, set
Property Value
LazyIReadOnlyListRawPointerPoint