Northwoods.GoSilverlight 1.1.3 Assembly
AnimationTime Property
See Also  Send Feedback
Northwoods.GoXam Namespace > LayoutManager Class : AnimationTime Property

Gets or sets the time in milliseconds that any animation should take.

Syntax

Visual Basic (Declaration) 
Public Property AnimationTime As Integer
C# 
public int AnimationTime {get; set;}

Property Value

The default value is 250 (a quarter second).

See Also