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


In This Topic
    DefaultDuration Property
    In This Topic
    Gets or sets the default duration to use for any "duration" property that does not have an explicit value.
    Syntax
    'Declaration
     
    Public Property DefaultDuration As TimeSpan
    'Usage
     
    Dim instance As ListBoxAnimationSettings
    Dim value As TimeSpan
     
    instance.DefaultDuration = value
     
    value = instance.DefaultDuration
    public TimeSpan DefaultDuration {get; set;}

    Property Value

    A TimeSpan representing the default duration to use for any "duration" property that does not have an explicit value. By default, 750 milliseconds.
    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