menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TransitionManager - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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)

    Declaration
    public TransitionManager(TabNavigationControl tab)
    Parameters
    Type Name Description
    TabNavigationControl tab

    Methods

    Clone(UIElement)

    Declaration
    public UIElement Clone(UIElement element)
    Parameters
    Type Name Description
    System.Windows.UIElement element
    Returns
    Type
    System.Windows.UIElement

    PlayTransitionEffect(TabNavigationItem, TabNavigationItem, TransitionEffects)

    Declaration
    public void PlayTransitionEffect(TabNavigationItem oldContent, TabNavigationItem newContent, TransitionEffects effect)
    Parameters
    Type Name Description
    TabNavigationItem oldContent
    TabNavigationItem newContent
    TransitionEffects effect
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved