summaryP:DotNetNuke.UI.WebControls.DNNAnimation.Length

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.WebControls (in DotNetNuke.WebControls.dll)

Syntax

C#
[DefaultValueAttribute(1)]
[ClientPropertyAttribute]
[ClientPropertyNameAttribute("animLen")]
public int Length { get; set; }
Visual Basic
<DefaultValueAttribute(1)> 
<ClientPropertyAttribute> 
<ClientPropertyNameAttribute("animLen")> 
Public Property Length As Integer
	Get
	Set

See Also