Table of Contents

Property IsZoomAnimating

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

IsZoomAnimating

Gets a value indicating whether an animated zoom (from double-tap or ZoomTo(float, SKPoint)) is in progress.

public bool IsZoomAnimating { get; }

Property Value

bool

true if a zoom animation is running; otherwise, false.