Skip to main content

ZoomTransitionSettings Properties

Stores core ZoomTransition settings: animation bounds and direction.
Name Description
Direction Specifies whether a ZoomTransition that owns this ZoomTransitionSettings object should play the “zoom in” or “zoom out” animation.
SourceBounds Gets or sets initial bounds from which the ZoomTransition animation should zoom in or out to ZoomTransitionSettings.TargetBounds.
TargetBounds Gets or sets the final bounds to which the ZoomTransition animation should arrive from its initial ZoomTransitionSettings.SourceBounds.
See Also