Enum
RotatorType

The type of approach, that changes the icons of rotaror.

Definition

Namespace:Telerik.WebAii.Controls.Html

Assembly:Telerik.WebAii.Controls.Html.dll

Syntax:

cs-api-definition
public enum RotatorType

Fields

AutomaticAdvance

The 'AutomaticAdvance' rotator type.

Declaration

cs-api-definition
AutomaticAdvance = 0

Field Value

RotatorType

Buttons

The 'Buttons' rotator type.

Declaration

cs-api-definition
Buttons = 2

Field Value

RotatorType

ButtonsOver

The 'ButtonsOver' rotator type.

Declaration

cs-api-definition
ButtonsOver = 1

Field Value

RotatorType

FromCode

The 'FromCode' rotator type.

Declaration

cs-api-definition
FromCode = 5

Field Value

RotatorType

SlideShow

The 'SlideShow' rotator type.

Declaration

cs-api-definition
SlideShow = 3

Field Value

RotatorType

SlideShowButtons

The 'SlideShowButtons' rotator type.

Declaration

cs-api-definition
SlideShowButtons = 4

Field Value

RotatorType