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


In This Topic
    DefaultAnimator Property (AnimationPanel)
    In This Topic
    Gets or sets the EnterAnimator property. This dependency property indicates which iterative layout animator will be used to animate children when they are first added to a panel. This provides for an "animate in" effect. If you'd like to use the same animator for several layouts within a SwitchPanel, you can set the EnterAnimator property directly on the owning SwitchPanel. Otherwise, setting this property on an animation panel will override the value of the owning SwitchPanel.
    Syntax
    'Declaration
     
    Public Property DefaultAnimator As IterativeAnimator
    'Usage
     
    Dim instance As AnimationPanel
    Dim value As IterativeAnimator
     
    instance.DefaultAnimator = value
     
    value = instance.DefaultAnimator
    public IterativeAnimator DefaultAnimator {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