Duration Property (AnimationOptions)
In This Topic
Gets or sets the animation duration.
Syntax
'Declaration
<C1DescriptionAttribute("AnimationOptions.Duration", "Gets or sets the animation duration.")>
Public Property Duration As Integer
[C1Description("AnimationOptions.Duration", "Gets or sets the animation duration.")]
public int Duration {get; set;}
See Also