EnumCarouselScrollButtonType
Enum
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
LineDown
Represents a LineDown button.
LineLeft
Represents a LineLeft button.
LineRight
Represents a LineRight button.
LineUp
Represents a LineUp button.
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "LineUp")]
LineUp = 4
Field Value
PageDown
Represents a PageDown button.
PageLeft
Represents a PageLeft button.
PageRight
Represents a PageRight button.
PageUp
Represents a PageUp button.