Table of Contents

Property ZoomAnimationDuration

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ZoomAnimationDuration

Gets or sets the duration of the double-tap zoom animation.

public TimeSpan ZoomAnimationDuration { get; set; }

Property Value

TimeSpan

The animation duration. The default is 250 ms. A value of Zero applies the zoom instantly.

Exceptions

ArgumentOutOfRangeException

value is negative.