TransitionType Property

Summary

Gets or sets the type of RotateTransition.

Syntax
C#
VB
C++
public RotateTransitionType TransitionType { get; set; } 
  
Public Property TransitionType As RotateTransitionType 
public: 
property RotateTransitionType TransitionType { 
   RotateTransitionType get(); 
   void set (    RotateTransitionType ); 
} 

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Media.Transitions Assembly