Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.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
     
    
    <Xamarin.Forms.TypeConverterAttribute(C1.Xamarin.Forms.Core.C1TimeSpanTypeConverter)>
    Public Property StartDelay As TimeSpan
    'Usage
     
    
    Dim instance As C1Animation
    Dim value As TimeSpan
     
    instance.StartDelay = value
     
    value = instance.StartDelay
    [Xamarin.Forms.TypeConverter(C1.Xamarin.Forms.Core.C1TimeSpanTypeConverter)]
    public TimeSpan StartDelay {get; set;}
    See Also