TransitionType Property

Summary

Gets or sets the type of ZoomTransition.

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

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

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