CalendarAnimationSettingsDuration Property |
Gets or sets the animation duration in milliseconds.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int Duration { get; set; }
Public Property Duration As Integer
Get
Set
public:
property int Duration {
int get ();
void set (int value);
}
member Duration : int with get, set
Property Value
Type:
Int32
An integer representing the animation duration in milliseconds.
The default value is 300 milliseconds.
See Also