Specifies whether
KaxTicker will repeat the first tickerline after displaying the last one.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool Loop { get; set; }
Public Property Loop As Boolean
Get
Set
public:
property bool Loop {
bool get ();
void set (bool value);
}
member Loop : bool with get, set
Property Value
Type:
Boolean
Default:
False
Remarks
If you set this property to
true KaxTicker will never finish ticking.
This may have possible implications when having more than one
KaxTicker instance in
a
KaxRotator. This way
KaxRotator works is that when the first ticker
on a frame has finished ticking it will start ticking the next ticker on the frame. If a
KaxTicker
instance is ticking (has Loop=true) it will never finish and the next ticker on the frame will not get started.
See Also