In This Article

ActiproSoftware.Windows.Media.Animation Namespace

Classes

BarnDoorWipeTransition

A wipe transition between two elements that uses two straight bars with a configurable gradient spread.

BarWipeTransition

A wipe transition between two elements that uses a straight bar with a configurable gradient spread.

BoxWipeTransition

A wipe transition between two elements that uses a box.

DelegateTransitionSelector

Selects a transition for use with a TransitionPresenter control using a delegate.

FadedZoomTransition

A crossfade transition between two elements that zooms the new content in as well.

FadeTransition

A crossfade transition between two elements.

FourBoxWipeTransition

A wipe transition between two elements that uses four boxes.

MultiTransitionSelector

Selects a transition from a list of possible values for use with a TransitionPresenter control.

SlideTransition

A slide transition between two elements that moves one element over the other, or alternatively pushes the other.

StoryboardTransition

A Storyboard-based transition between two elements.

StoryboardTransitionBase

A base class for a Storyboard-based transition between two elements.

ToggleTransitionPresenter

Represents an element that can display various transitions between two elements.

Transition

The base class for a transition between two elements.

TransitionPresenter

Represents an element that can display various transitions between two elements.

TransitionPreview

A control that provides a preview of a Transition.

TransitionSelector

Selects a transition for use with a TransitionPresenter control.

WedgeWipeTransition

A wipe transition between two elements that uses a wedge shape.

Enums

TransitionDirection

Specifies the direction of a transition.

TransitionMode

Specifies the mode of a transition.

Delegates

SelectTransitionCallback

Represents a delegate that returns a Transition based on custom logic, which can be used in conjunction with DelegateTransitionSelector.