C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.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
 
<Xamarin.Forms.TypeConverterAttribute(C1.Xamarin.Forms.Core.C1TimeSpanTypeConverter)>
Public Property Duration As TimeSpan
 
'Usage
 
Dim instance As C1Animation
Dim value As TimeSpan
 
instance.Duration = value
 
value = instance.Duration
See Also