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


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