Click or drag to resize
KaxTickerLoop Property
Specifies whether KaxTicker will repeat the first tickerline after displaying the last one.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public bool Loop { 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