Property FlingFrameInterval
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
valueis zero or negative.