Enum
LoopType

Defines the possible types of animation looping.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum LoopType

Fields

None

No animation looping is enabled.

Declaration

cs-api-definition
None = 0

Field Value

LoopType

Reversed

The animation is started again, whereby end and start values are swapped.

Declaration

cs-api-definition
Reversed = 2

Field Value

LoopType

Standard

The animation is started from the beginning after it ends.

Declaration

cs-api-definition
Standard = 1

Field Value

LoopType

In this article
DefinitionFieldsNoneReversedStandard
Not finding the help you need?
Contact Support