TransitionType Property

Summary

Gets or sets the type of RectangularTransition.

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

Property Value

An RectangularTransitionType enumeration value that specifies the behaviour of the RectangularTransition.

Example

For XAML example, refer to RectangularTransition.

For C#/VB examples, refer to RectangularTransition.

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