ComponentOne Xamarin.iOS
StartDelay Property


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1Animation Class : StartDelay Property
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

Reference

C1Animation Class
C1Animation Members