Xamarin.iOS Documentation | ComponentOne
C1.iOS.Gauge Assembly / C1.iOS.Gauge Namespace / C1Gauge Class / IsAnimating Property


In This Topic
    IsAnimating Property
    In This Topic
    Gets the animation is processing.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAnimating As Boolean
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Boolean
     
    value = instance.IsAnimating
    public bool IsAnimating {get;}
    See Also