Xceed Toolkit Plus for WPF v4.6 Documentation
TemplateAnimator Property (AnimationPanel)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Panels Namespace > AnimationPanel Class : TemplateAnimator Property
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

Reference

AnimationPanel Class
AnimationPanel Members