Animates elements one by one if grouped animation is used.
Gets or set a boolean value to Animate elements one by one.
Visual Basic (Declaration) | |
---|---|
Public Property OneByOne As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public bool OneByOne {get; set;} |
Return Value
The default value is false.The OneByOne property is a boolean value that when set to true will cause a group of animation primitives to be animated in a one by one fashion.
NOTE: An exception will be thrown when the OneByOne property is used with the Repeat property with either moving or growing custom animations.Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family