summaryP:DotNetNuke.UI.WebControls.DnnTree.AnimationFrames

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

Syntax

C#
[ClientPropertyAttribute]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[DefaultValueAttribute(5)]
[BindableAttribute(true)]
[ClientPropertyNameAttribute("animf")]
public int AnimationFrames { get; set; }
Visual Basic
<ClientPropertyAttribute> 
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
<DefaultValueAttribute(5)> 
<BindableAttribute(true)> 
<ClientPropertyNameAttribute("animf")> 
Public Property AnimationFrames As Integer
	Get
	Set

See Also