Class TransitionManager
Represents the class for transition manager of the tab navigation control.
Inheritance
System.Object
TransitionManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TransitionManager
Constructors
TransitionManager(TabNavigationControl)
Initializes a new instance of the TransitionManager class.
Declaration
public TransitionManager(TabNavigationControl tab)
Parameters
| Type | Name | Description |
|---|---|---|
| TabNavigationControl | tab | The TabNavigationControl instance to which transition effects will be applied. |
Methods
Clone(UIElement)
Creates a deep copy of the specified System.Windows.UIElement.
Declaration
public UIElement Clone(UIElement element)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.UIElement | element | The System.Windows.UIElement to clone. |
Returns
| Type |
|---|
| System.Windows.UIElement |
PlayTransitionEffect(TabNavigationItem, TabNavigationItem, TransitionEffects)
Applies a visual transition effect between two TabNavigationItem instances.
Declaration
public void PlayTransitionEffect(TabNavigationItem oldContent, TabNavigationItem newContent, TransitionEffects effect)
Parameters
| Type | Name | Description |
|---|---|---|
| TabNavigationItem | oldContent | The previously displayed tab item. |
| TabNavigationItem | newContent | The newly selected tab item to display. |
| TransitionEffects | effect | The transition effect to apply during the switch. |