KaxRotatorFrameDuration Property |
Specifies the time in milliseconds each frame will display in automatic scrolling scenarios.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int FrameDuration { get; set; }
Public Property FrameDuration As Integer
Get
Set
public:
property int FrameDuration {
int get ();
void set (int value);
}
member FrameDuration : int with get, set
Property Value
Type:
Int32
Default:
2000See Also