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


In This Topic
    ListBoxAnimationSettings Class Properties
    In This Topic

    For a list of all members of this type, see ListBoxAnimationSettings members.

    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
    See Also