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


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Panels Namespace > AnimationPanel Class : DefaultAnimationRate Property
Gets or sets the DefaultAnimationRate property. This dependency property indicates the duration or speed at which other animations will if they set their respective AnimationRate properties to AnimationRate.Default. This property can be used to set a single animation rate to be used for EnterAnimationRate, ExitAnimationRate, LayoutAnimationRate, SwitchAnimationRate, and TemplateAnimationRate.
Syntax
'Declaration
 
Public Property DefaultAnimationRate As AnimationRate
'Usage
 
Dim instance As AnimationPanel
Dim value As AnimationRate
 
instance.DefaultAnimationRate = value
 
value = instance.DefaultAnimationRate
public AnimationRate DefaultAnimationRate {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