ComponentOne Xamarin.iOS
IsAnimated Property (GridBase)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase 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 GridBase
Dim value As Boolean
 
instance.IsAnimated = value
 
value = instance.IsAnimated
[Foundation.Export("IsAnimated")]
[Browsable(true)]
public bool IsAnimated {get; set;}
See Also

Reference

GridBase Class
GridBase Members