summaryP:DotNetNuke.UI.WebControls.DNNAnimation.AnimationType

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

Syntax

C#
[DefaultValueAttribute(0)]
[ClientPropertyAttribute]
[ClientPropertyNameAttribute("anim")]
public AnimationType AnimationType { get; set; }
Visual Basic
<DefaultValueAttribute(0)> 
<ClientPropertyAttribute> 
<ClientPropertyNameAttribute("anim")> 
Public Property AnimationType As AnimationType
	Get
	Set

See Also