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


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Panels Namespace > AnimationPanel Class : SwitchAnimator Property
Gets or sets the SwitchAnimator 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 SwitchAnimator 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 SwitchAnimator property on the owning SwitchPanel.
Syntax
'Declaration
 
Public Property SwitchAnimator As IterativeAnimator
'Usage
 
Dim instance As AnimationPanel
Dim value As IterativeAnimator
 
instance.SwitchAnimator = value
 
value = instance.SwitchAnimator
public IterativeAnimator SwitchAnimator {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