Gets or sets the Leadtools.Windows.Media.Transitions.TransitionBase that specifies the type of transition or animation to be applied on this control.
[CLSCompliantAttribute(false)]
public TransitionBase Transition { get; set; }
<CLSCompliantAttribute(False)>
Public Property Transition As TransitionBase
[CLSCompliantAttribute(false)]
public:
property TransitionBase^ Transition {
TransitionBase^ get();
void set ( TransitionBase^ );
}
The Leadtools.Windows.Media.Transitions.TransitionBase that describes the type of transition or animation to be applied to this control. Default value is null (Nothing in VB).
You can derive your own class from Leadtools.Windows.Media.Transitions.TransitionBase, and then set this property to an instance of that class to perform your own transitions or animations
For XAML example, refer to Leadtools.Windows.Media.Transitions.BlindTransition.
For C#/VB examples, refer to Leadtools.Windows.Media.Transitions.BlindTransition.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET