Enum
SequentialMode

Specifies the direction of the animation.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public enum SequentialMode

Fields

FirstToLast

The sequential animation starts from the first item and ends with the last item.

Declaration

cs-api-definition
FirstToLast = 1

Field Value

SequentialMode

LastToFirst

The sequential animation starts from the last item and ends with the first item.

Declaration

cs-api-definition
LastToFirst = 0

Field Value

SequentialMode

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