LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Transition Property (ImageViewer)

Show in webframe





Gets or sets the Leadtools.Windows.Media.Transitions.TransitionBase that specifies the type of transition or animation to be applied on this control.
Syntax
[CLSCompliantAttribute(false)]
public TransitionBase Transition {get; set;}
'Declaration
 
<CLSCompliantAttribute(False)>
Public Property Transition As TransitionBase
'Usage
 
Dim instance As ImageViewer
Dim value As TransitionBase
 
instance.Transition = value
 
value = instance.Transition

            

            
[CLSCompliantAttribute(false)]
public:
property TransitionBase^ Transition {
   TransitionBase^ get();
   void set (    TransitionBase^ value);
}

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

ImageViewer Class
ImageViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.