KaxTickerLineDuration Property |
Specifies in milliseconds the pause
KaxTicker makes before starting to tick
the next line (if AutoAdvance=True).
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic int LineDuration { get; set; }
Public Property LineDuration As Integer
Get
Set
public:
property int LineDuration {
int get ();
void set (int value);
}
member LineDuration : int with get, set
Property Value
Type:
Int32
Default:
2000ms
See Also