Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1DropDown Class / IsAnimated Property


In This Topic
    IsAnimated Property (C1DropDown)
    In This Topic
    Gets or sets whether the control is animated.
    Syntax
    'Declaration
     
    
    Public Property IsAnimated As Boolean
    'Usage
     
    
    Dim instance As C1DropDown
    Dim value As Boolean
     
    instance.IsAnimated = value
     
    value = instance.IsAnimated
    public bool IsAnimated {get; set;}
    See Also