New to Telerik UI for WPFStart a free 30-day trial

Defines the type of a CarouselScrollButtonType.

Definition

Namespace:Telerik.Windows.Controls.Carousel

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public enum CarouselScrollButtonType

Fields

Represents a LineDown button.

C#
LineDown = 5

Represents a LineLeft button.

C#
LineLeft = 6

Represents a LineRight button.

C#
LineRight = 7

Represents a LineUp button.

C#
LineUp = 4

Represents a PageDown button.

C#
PageDown = 1

Represents a PageLeft button.

C#
PageLeft = 2

Represents a PageRight button.

C#
PageRight = 3

Represents a PageUp button.

C#
PageUp = 0