LEADTOOLS WPF (Leadtools.Windows.Media.Transitions assembly)

TransitionType Property (ZoomTransition)

Show in webframe





Gets or sets the type of ZoomTransition.
Syntax
public ZoomTransitionType TransitionType {get; set;}
'Declaration
 
Public Property TransitionType As ZoomTransitionType
'Usage
 
Dim instance As ZoomTransition
Dim value As ZoomTransitionType
 
instance.TransitionType = value
 
value = instance.TransitionType

            

            
public:
property ZoomTransitionType TransitionType {
   ZoomTransitionType get();
   void set (    ZoomTransitionType value);
}

Property Value

An ZoomTransitionType enumeration value that specifies the behaviour of the ZoomTransition.
Example

For XAML example, refer to ZoomTransition.

For C#/VB examples, refer to ZoomTransition.

Requirements

Target Platforms

See Also

Reference

ZoomTransition Class
ZoomTransition Members

 

 


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