Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / IsAnimated Property


In This Topic
    IsAnimated Property (C1Calendar)
    In This Topic
    Gets or sets whether the control is animated during navigation.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("IsAnimated")>
    <BrowsableAttribute(True)>
    Public Property IsAnimated As Boolean
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As Boolean
     
    instance.IsAnimated = value
     
    value = instance.IsAnimated
    [Foundation.Export("IsAnimated")]
    [Browsable(true)]
    public bool IsAnimated {get; set;}
    See Also