Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Animation Class / Duration Property

In This Topic
    Duration Property
    In This Topic
    Gets or sets the duration time of the animation.
    Syntax
    'Declaration
     
    
    Public Property Duration As TimeSpan
    public TimeSpan Duration {get; set;}
    See Also