Xceed Toolkit Plus for WPF v4.6 Documentation
DefaultEasingFunction Property


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.ListBox Namespace > ListBoxAnimationSettings Class : DefaultEasingFunction Property
Gets or sets the default easing function to use for any "easing-function" property that does not have an explicit value.
Syntax
'Declaration
 
Public Property DefaultEasingFunction As EasingFunctionBase
'Usage
 
Dim instance As ListBoxAnimationSettings
Dim value As EasingFunctionBase
 
instance.DefaultEasingFunction = value
 
value = instance.DefaultEasingFunction
public EasingFunctionBase DefaultEasingFunction {get; set;}

Property Value

An EasingFunctionBase representing the default easing function to use for any "easing-function" property that does not have an explicit value. By default, a PowerEase with a Power of 3 and an EasingMode property value of EaseOut.
Remarks
The values assigned to the DefaultDuration and DefaultEasingFunction properties will only be taken into consideration if a new ListBoxAnimationSettings instance is provided.
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

ListBoxAnimationSettings Class
ListBoxAnimationSettings Members