←Select platform

Transition Property

Summary
Gets or sets the Leadtools.Windows.Media.Transitions.TransitionBase that specifies the type of transition or animation to be applied on this control. (WPF Only).
Syntax
C#
C++/CLI
[CLSCompliantAttribute(false)] 
public TransitionBase Transition { get; set; } 
[CLSCompliantAttribute(false)] 
public: 
property TransitionBase^ Transition { 
   TransitionBase^ get(); 
   void set (    TransitionBase^ ); 
} 

Property Value

The Leadtools.Windows.Media.Transitions.TransitionBase that describes the type of transition or animation to be applied to this control. Default value is null (Nothing in VB).

Remarks

You can derive your own class from Leadtools.Windows.Media.Transitions.TransitionBase, and then set this property to an instance of that class to perform your own transitions or animations

Requirements

Target Platforms

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

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.