Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / ClearAnimation Method


In This Topic
    ClearAnimation Method (C1Gauge)
    In This Topic
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("clearAnimation", 
       "()V", 
       "GetClearAnimationHandler")>
    Public Overridable Sub ClearAnimation() 
    'Usage
     
    
    Dim instance As C1Gauge
     
    instance.ClearAnimation()
    [Android.Runtime.Register("clearAnimation", 
       "()V", 
       "GetClearAnimationHandler")]
    public virtual void ClearAnimation()
    See Also