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


In This Topic
    IsAnimated Property (C1Gauge)
    In This Topic
    Gets or sets a value indicating whether the control will transition from one state to another using animations.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("IsAnimated")>
    <BrowsableAttribute(True)>
    Public Property IsAnimated As Boolean
    'Usage
     
    
    Dim instance As C1Gauge
    Dim value As Boolean
     
    instance.IsAnimated = value
     
    value = instance.IsAnimated
    [Foundation.Export("IsAnimated")]
    [Browsable(true)]
    public bool IsAnimated {get; set;}
    See Also