ComponentOne Xamarin.Android
Duration Property


C1.Android.Core Assembly > C1.Android.Core Namespace > C1Animation Class : Duration Property
Gets or sets the duration time of the animation.
Syntax
'Declaration
 
Public Property Duration As TimeSpan
'Usage
 
Dim instance As C1Animation
Dim value As TimeSpan
 
instance.Duration = value
 
value = instance.Duration
public TimeSpan Duration {get; set;}
See Also

Reference

C1Animation Class
C1Animation Members