Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.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
    'Usage
     
    
    Dim instance As C1Animation
    Dim value As TimeSpan
     
    instance.StartDelay = value
     
    value = instance.StartDelay
    public TimeSpan StartDelay {get; set;}
    See Also