Xamarin.iOS Documentation | ComponentOne
C1.iOS.Input Assembly / C1.iOS.Input Namespace / C1DropDown Class / IsAnimatedProperty Field


In This Topic
    IsAnimatedProperty Field (C1DropDown)
    In This Topic
    Identifies the IsAnimated dependency property.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly IsAnimatedProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1DropDown.IsAnimatedProperty
    public static readonly DependencyProperty IsAnimatedProperty
    See Also