Transition Property

Transitionals

Transitionals Transition Property
NamespacesTransitionals.ControlsTransitionElementTransition
Gets or sets the currently selected transition. This is a dependency property.
Declaration Syntax
C# Visual Basic Visual C++
public Transition Transition { get; set; }
Public Property Transition As Transition
public:
property Transition^ Transition {
	Transition^ get ();
	void set (Transition^ value);
}
Value
The currently selected Transition.
Remarks
This transition will be used to animate between old content and new content whenever the value of the Content property has changed.

Assembly: Transitionals (Module: Transitionals) Version: 1.0.0.0 (1.0.0.0)