ZoomTransition Properties
A DirectX-based transition that animates navigation between application layers.Name | Description |
---|---|
ActiveSettings | Gets or sets an object that stores core ZoomTransition settings: the animation direction (“in” or “out”), initial and final animation bounds. |
AnimationInProgress | Gets whether the transition is in progress. Inherited from BaseTransition. |
From | Gets the first frame in the transition. Inherited from BaseTransition. |
Parameters | Provides access to transition parameters such as the frame count, time interval between frames, etc. Inherited from BaseTransition. |
To | Gets the last frame in the transition. Inherited from BaseTransition. |
See Also