←Select platform

Transition Property

Summary

Gets or sets the Leadtools.Windows.Media.Transitions.TransitionBase that specifies the type of transition or animation to be applied on this control.

Syntax

C#
VB
C++
[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^ ); 
} 

Property Value

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).

Remarks

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

Example

For XAML example, refer to Leadtools.Windows.Media.Transitions.BlindTransition.

For C#/VB examples, refer to Leadtools.Windows.Media.Transitions.BlindTransition.

Requirements

Target Platforms

See Also

Reference

ImageBox Class

ImageBox Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly