Table of Contents

Property FlingFrameInterval

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

FlingFrameInterval

Gets or sets the fling animation frame interval.

public TimeSpan FlingFrameInterval { get; set; }

Property Value

TimeSpan

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

Exceptions

ArgumentOutOfRangeException

value is zero or negative.