Enum
CarouselScrollButtonType

Defines the type of a CarouselScrollButtonType.

Definition

Namespace:Telerik.Windows.Controls.Carousel

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public enum CarouselScrollButtonType

Fields

Represents a LineDown button.

Declaration

cs-api-definition
LineDown = 5

Field Value

CarouselScrollButtonType

Represents a LineLeft button.

Declaration

cs-api-definition
LineLeft = 6

Field Value

CarouselScrollButtonType

Represents a LineRight button.

Declaration

cs-api-definition
LineRight = 7

Field Value

CarouselScrollButtonType

Represents a LineUp button.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "LineUp")]
LineUp = 4

Field Value

CarouselScrollButtonType

Represents a PageDown button.

Declaration

cs-api-definition
PageDown = 1

Field Value

CarouselScrollButtonType

Represents a PageLeft button.

Declaration

cs-api-definition
PageLeft = 2

Field Value

CarouselScrollButtonType

Represents a PageRight button.

Declaration

cs-api-definition
PageRight = 3

Field Value

CarouselScrollButtonType

Represents a PageUp button.

Declaration

cs-api-definition
PageUp = 0

Field Value

CarouselScrollButtonType