Click or drag to resize
KaxTicker Properties

The KaxTicker type exposes the following members.

Properties
  Name Description
Public property AppendDataBoundItems
Public property AutoAdvance
Specifies whether KaxTicker will begin ticking the next tickerline (if any) after it has finished ticking the current one.
Public property AutoPostBack
Gets or sets a value indicating whether a postback to the server automatically occurs when the user interacts with the control.
Public property AutoStart
Specifies whether the ticker begins ticking automatically.
Public property DataNavigateUrlField
Public property Code example DataTextField
Gets or sets the field of the data source that provides the value of the ticker lines.
Public property EnableEmbeddedBaseStylesheet (Overrides KaxDataBoundControl.EnableEmbeddedBaseStylesheet.)
Public property EnableEmbeddedSkins (Overrides KaxDataBoundControl.EnableEmbeddedSkins.)
Public property Items
The collection that holds all KaxTickerItem objects.
Public property LineDuration
Specifies in milliseconds the pause KaxTicker makes before starting to tick the next line (if AutoAdvance=True).
Public property Loop
Specifies whether KaxTicker will repeat the first tickerline after displaying the last one.
Public property PostBackUrl
Public property TickSpeed
Specifies the duration in milliseconds between ticking each character of a tickerline. The lower the value the faster a line will finish ticking.
Top
See Also