Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Gauge Assembly / C1.Xamarin.Forms.Gauge Namespace / C1Gauge Class / UpdateAnimation Property


In This Topic
    UpdateAnimation Property (C1Gauge)
    In This Topic
    Gets or sets the animation used when the value property changes.
    Syntax
    'Declaration
     
    
    Public Property UpdateAnimation As C1Animation
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As C1Animation
     
    instance.UpdateAnimation = value
     
    value = instance.UpdateAnimation
    public C1Animation UpdateAnimation {get; set;}
    See Also