Gets or sets the animation easing.

Namespace:  C1.Web.UI.Controls.C1SuperPanel.BehaviorSettings
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
public Easing AnimationEasing { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
Public Property AnimationEasing As Easing
	Get
	Set

See Also