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

TransitionType Property (RotateTransition)

Show in webframe





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

            

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

Property Value

An RotateTransitionType enumeration value that specifies the behaviour of the RotateTransition.
Example

For XAML example, refer to RotateTransition.

For C#/VB examples, refer to RotateTransition.

Requirements

Target Platforms

See Also

Reference

RotateTransition Class
RotateTransition Members

 

 


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