ComponentOne Xamarin.iOS
IsAnimated Property (C1Calendar)


C1.iOS.Calendar Assembly > C1.iOS.Calendar Namespace > C1Calendar Class : IsAnimated Property
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

Reference

C1Calendar Class
C1Calendar Members