KaxRotatorPauseOnMouseOver Property |
Gets or sets a value indicating whether to pause the rotator scrolling when the mouse is over a roatator item
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool PauseOnMouseOver { get; set; }
Public Property PauseOnMouseOver As Boolean
Get
Set
public:
property bool PauseOnMouseOver {
bool get ();
void set (bool value);
}
member PauseOnMouseOver : bool with get, set
Property Value
Type:
Boolean
The default value is
true. This means the animation will be paused when the user hovers over a rotator item.
See Also