Transition Property

Transitionals

Transitionals Transition Property
NamespacesTransitionals.ControlsSlideshowTransition
Gets or sets a single Transition that will be used to switch between content.
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
A single Transition that will be used to switch between content.
Remarks
To use more than one transition, see TransitionSelector.

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