KaxRotatorInitialItemIndex Property |
Specifies the index of the item, which will be shown first when the rotator loads.
When set to 0 (default) - positions initial item to be visible in the rotator.
When set to -1 - positions the initial item just outside of the rotator viewport.
Any other positive value - the rotator starts with that particular item in the viewport.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public int InitialItemIndex { get; set; }
Public Property InitialItemIndex As Integer
Get
Set
public:
property int InitialItemIndex {
int get ();
void set (int value);
}
member InitialItemIndex : int with get, set
Property Value
Type:
Int32
Default:
0See Also