Represents the animation settings like type and duration.
Inheritance Hierarchy
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax [TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class AnimationSettings : ObjectWithState
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Class AnimationSettings
Inherits ObjectWithState
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class AnimationSettings : public ObjectWithState
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type AnimationSettings =
class
inherit ObjectWithState
end
The AnimationSettings type exposes the following members.
Properties
| Name | Description |
---|
| Duration | Gets or sets the duration in milliseconds of the animation. |
| Type | Gets or sets the effect that will be used for the animation. |
TopSee Also