Table of Contents

Property Handled

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Handled

Gets or sets a value indicating whether the event has been handled.

public bool Handled { get; set; }

Property Value

bool

true if the event has been handled by a consumer and default processing should be skipped; otherwise, false. The default is false.

Remarks

Set this to true in a PanDetected handler to prevent the SKGestureTracker from updating Offset.