Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Panels Namespace / AnimationPanel Class / TemplateAnimator Property


In This Topic
    TemplateAnimator Property (AnimationPanel)
    In This Topic
    Gets or sets the TemplateAnimator property. This dependency property indicates the animator that will be used for layout switches when the AnimationPanel belongs to the Layouts collection of a SwitchPanel. If the TemplateAnimator property is null, then the LayoutAnimator will be used for both layout animations and switch animations. To prevent switch animations, you can set the AreLayoutSwitchesAnimated property on the owning SwitchPanel to false. If you'd like to use the same animator for all layout switches, you can set the TemplateAnimator property on the owning SwitchPanel.
    Syntax
    'Declaration
     
    Public Property TemplateAnimator As IterativeAnimator
    'Usage
     
    Dim instance As AnimationPanel
    Dim value As IterativeAnimator
     
    instance.TemplateAnimator = value
     
    value = instance.TemplateAnimator
    public IterativeAnimator TemplateAnimator {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also