Enum CarouselScrollButtonType
Defines the type of a CarouselScrollButtonType.
Namespace: Telerik.Windows.Controls.Carousel
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public enum CarouselScrollButtonType
LineDown
Represents a LineDown button.
LineLeft
Represents a LineLeft button.
LineRight
Represents a LineRight button.
LineUp
Represents a LineUp button.
PageDown
Represents a PageDown button.
PageLeft
Represents a PageLeft button.
PageRight
Represents a PageRight button.
PageUp
Represents a PageUp button.