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