Table of Contents

Property IsEnabled

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

IsEnabled

Gets or sets a value indicating whether the gesture detector is enabled.

public bool IsEnabled { get; set; }

Property Value

bool

true if the detector processes touch events; otherwise, false. The default is true. When disabled, all ProcessTouch* methods return false.