Table of Contents

Property ZoomAnimationInterval

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ZoomAnimationInterval

Gets or sets the zoom animation frame interval.

public TimeSpan ZoomAnimationInterval { get; set; }

Property Value

TimeSpan

The timer interval between zoom animation frames. The default is 16 ms (approximately 60 FPS). Must be positive.

Exceptions

ArgumentOutOfRangeException

value is zero or negative.