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

In This Topic
    StartDelay Property
    In This Topic
    Gets or sets the elapsed time before the animation starts.
    Syntax
    'Declaration
     
    
    Public Property StartDelay As TimeSpan
    public TimeSpan StartDelay {get; set;}
    See Also