IsAnimated Property (GridBase)
Gets or sets whether the control is animated during navigation.
[Foundation.Export("IsAnimated")]
[Browsable(true)]
public bool IsAnimated {get; set;}
'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