ComponentOne Xamarin.Android
IsAnimated Property (C1DropDown)


C1.Android.Input Assembly > C1.Android.Input Namespace > C1DropDown Class : IsAnimated Property
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

Reference

C1DropDown Class
C1DropDown Members