Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.ListBox Namespace / ListBoxAnimationSettings Class
Members


In This Topic
    ListBoxAnimationSettings Class
    In This Topic
    Represents the settings of the animations contained within the listbox.
    Syntax
    'Declaration
     
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ListBoxAnimationSettings 
       Inherits System.Windows.DependencyObject
    'Usage
     
    Dim instance As ListBoxAnimationSettings
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ListBoxAnimationSettings : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             Xceed.Wpf.ListBox.ListBoxAnimationSettings

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ListBoxAnimationSettings class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the AddingItemDuration dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the DefaultDuration dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the DefaultEasingFunction dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ItemSizeChangingDuration dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LineScrollingDuration dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LineScrollingEasingFunction dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the LoadingDuration dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageScrollingDuration dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the PageScrollingEasingFunction dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the RemovingItemDuration dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ThumbScrollingDuration dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ThumbScrollingEasingFunction dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ViewChangingDuration dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value representing the duration of the animation when an item is added.  
    Public PropertyGets or sets the default duration to use for any "duration" property that does not have an explicit value.  
    Public PropertyGets or sets the default easing function to use for any "easing-function" property that does not have an explicit value.  
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property (Inherited from System.Windows.Threading.DispatcherObject)
    Public Property (Inherited from System.Windows.DependencyObject)
    Public Property

    Gets or sets a value representing the duration of the animation when an item's size is changing.

     
    Public Property

    Gets or sets a value representing the duration of the line-scrolling animation.

     
    Public Property

    Get or sets the easing function used by the line-scrolling animation.

     
    Public Property

    Gets or sets a value representing the duration of the item-loading animation.

     
    Public Property

    Gets or sets a value representing the duration of the page-scrolling animation.

     
    Public Property

    Get or sets the easing function used by the page-scrolling animation.

     
    Public Property

    Gets or sets a value representing the duration of the animation when an item is removed.

     
    Public Property

    Gets or sets a value representing the duration of the thumb-scrolling animation.

     
    Public Property

    Get or sets the easing function used by the thumb-scrolling animation.

     
    Public Property

    Gets or sets a value representing the duration of the view-change animation.

     
    Top
    Public Methods
    Protected Methods
    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