DocumentAnimationProperties Properties
Exposes properties that affect widget animation effects.| Name | Description |
|---|---|
| FrameCount | Gets or sets the amount of frames employed in document animations. Increasing this value raises the animation quality but can negatively affect application performance. |
| FrameInterval | Gets or sets for how long one animation frame is visible before changed to another. Decreasing this value improves the animation quality but can negatively affect application performance. |
See Also