summaryP:DotNetNuke.UI.WebControls.DNNAnimation.EasingType

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

Syntax

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

See Also