RawPointerEventArgsIntermediatePoints Property

Points that were traversed by a pointer since the previous relevant event, only valid for Move and TouchUpdate

Definition

Namespace: Avalonia.Input.Raw
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Lazy<IReadOnlyList<RawPointerPoint>?>? IntermediatePoints { get; set; }

Property Value

LazyIReadOnlyListRawPointerPoint

See Also